From 55eb3794fb4ad563102d5ab30c1d5337a599b2e5 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Mar 2008 14:06:05 +0000 Subject: Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS. --- sh/Makefile.NetBSD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sh/Makefile.NetBSD (limited to 'sh/Makefile.NetBSD') diff --git a/sh/Makefile.NetBSD b/sh/Makefile.NetBSD new file mode 100644 index 0000000..5b13c88 --- /dev/null +++ b/sh/Makefile.NetBSD @@ -0,0 +1,10 @@ +SRCS+= init.sh.in + +NET_LO= net.lo0 +SRCS+= ifwatchd-carrier.sh.in ifwatchd-nocarrier.sh.in +BIN+= ifwatchd-carrier.sh ifwatchd-nocarrier.sh + +.SUFFIXES: .BSD.sh.in +.BSD.sh.in.sh: + sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ + -- cgit v1.2.3