summaryrefslogtreecommitdiff
path: root/net/Makefile.NetBSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-26 14:27:46 +0000
committerRoy Marples <roy@marples.name>2008-03-26 14:27:46 +0000
commit833903fc78743ded22abcc49fba285ff9ddb8e8a (patch)
tree726e8d03bacbdb4b43c4165f93192633f4afe324 /net/Makefile.NetBSD
parentccf238f852fd0463e68d33b91f0dd55000c325e3 (diff)
downloadopenrc-833903fc78743ded22abcc49fba285ff9ddb8e8a.tar.gz
openrc-833903fc78743ded22abcc49fba285ff9ddb8e8a.tar.bz2
openrc-833903fc78743ded22abcc49fba285ff9ddb8e8a.tar.xz
use $CP and $SED instead of cp and sed
Diffstat (limited to 'net/Makefile.NetBSD')
-rw-r--r--net/Makefile.NetBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile.NetBSD b/net/Makefile.NetBSD
index 2ff4750..9ae5598 100644
--- a/net/Makefile.NetBSD
+++ b/net/Makefile.NetBSD
@@ -1,3 +1,3 @@
.SUFFIXES: .sh.BSD.in
.sh.BSD.in.sh:
- sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
+ ${CP} $< $@