summaryrefslogtreecommitdiff
path: root/sh/Makefile.NetBSD
diff options
context:
space:
mode:
Diffstat (limited to 'sh/Makefile.NetBSD')
-rw-r--r--sh/Makefile.NetBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile.NetBSD b/sh/Makefile.NetBSD
index f348019..0e4200a 100644
--- a/sh/Makefile.NetBSD
+++ b/sh/Makefile.NetBSD
@@ -6,4 +6,4 @@ BIN+= ifwatchd-carrier.sh ifwatchd-nocarrier.sh
.SUFFIXES: .sh.BSD.in
.sh.BSD.in.sh:
- sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
+ ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@