diff options
author | Roy Marples <roy@marples.name> | 2008-03-10 21:34:46 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-10 21:34:46 +0000 |
commit | 8b23aaecff11723184bc4761bef68ed98a3ad7af (patch) | |
tree | 35a4541974582672febe65ab8cf555367d9fb53f /sh.NetBSD/Makefile | |
parent | f20099bc337eee3238911b48981d82c0e63603ef (diff) |
Add ifwatchd.sh to power the NetBSD ifwatchd program. Let wpa_supplicant work with it.
Diffstat (limited to 'sh.NetBSD/Makefile')
-rw-r--r-- | sh.NetBSD/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sh.NetBSD/Makefile b/sh.NetBSD/Makefile new file mode 100644 index 00000000..c93922bd --- /dev/null +++ b/sh.NetBSD/Makefile @@ -0,0 +1,6 @@ +DIR= ${RC_LIB}/sh +SRCS= ifwatchd-carrier.sh.in ifwatchd-nocarrier.sh.in +BIN= ifwatchd-carrier.sh ifwatchd-nocarrier.sh + +MK= ../mk +include ${MK}/scripts.mk |