use $CP and $SED instead of cp and sed

This commit is contained in:
Roy Marples
2008-03-26 14:27:46 +00:00
parent ccf238f852
commit 833903fc78
12 changed files with 13 additions and 25 deletions

View File

@@ -3,4 +3,4 @@ INC+= iwconfig.sh
.SUFFIXES: .sh.BSD.in
.sh.BSD.in.sh:
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
${CP} $< $@