summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.FreeBSD2
-rw-r--r--doc/Makefile.Linux2
-rw-r--r--doc/Makefile.NetBSD2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.FreeBSD b/doc/Makefile.FreeBSD
index d40d942..a21536b 100644
--- a/doc/Makefile.FreeBSD
+++ b/doc/Makefile.FreeBSD
@@ -2,4 +2,4 @@ SRCS+= net.example.in
.SUFFIXES: .BSD.in
.BSD.in:
- sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
+ ${CP} $< $@
diff --git a/doc/Makefile.Linux b/doc/Makefile.Linux
index 5981ec1..405f7ea 100644
--- a/doc/Makefile.Linux
+++ b/doc/Makefile.Linux
@@ -2,4 +2,4 @@ SRCS+= net.example.in
.SUFFIXES: .Linux.in
.Linux.in:
- sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
+ ${CP} $< $@
diff --git a/doc/Makefile.NetBSD b/doc/Makefile.NetBSD
index d40d942..a21536b 100644
--- a/doc/Makefile.NetBSD
+++ b/doc/Makefile.NetBSD
@@ -2,4 +2,4 @@ SRCS+= net.example.in
.SUFFIXES: .BSD.in
.BSD.in:
- sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
+ ${CP} $< $@