From 833903fc78743ded22abcc49fba285ff9ddb8e8a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 26 Mar 2008 14:27:46 +0000 Subject: use $CP and $SED instead of cp and sed --- doc/Makefile.FreeBSD | 2 +- doc/Makefile.Linux | 2 +- doc/Makefile.NetBSD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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} $< $@ -- cgit v1.2.3