diff options
author | Roy Marples <roy@marples.name> | 2008-03-26 09:36:34 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-26 09:36:34 +0000 |
commit | 6af2b20297afb9cca88eb4843997c87eb48a5429 (patch) | |
tree | 5716be748b0139abe4421cab3679e0abcebe5915 /sh | |
parent | 1b40379a79cb96d9ca8fb0d268a73fe7426fbf5c (diff) |
Split sysctl into Linux and BSD specific files.
Diffstat (limited to 'sh')
-rw-r--r-- | sh/Makefile.NetBSD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/Makefile.NetBSD b/sh/Makefile.NetBSD index 5b13c88a..f1d9e3b0 100644 --- a/sh/Makefile.NetBSD +++ b/sh/Makefile.NetBSD @@ -7,4 +7,3 @@ BIN+= ifwatchd-carrier.sh ifwatchd-nocarrier.sh .SUFFIXES: .BSD.sh.in .BSD.sh.in.sh: sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ - |