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 /net.NetBSD/Makefile | |
parent | f20099bc337eee3238911b48981d82c0e63603ef (diff) |
Add ifwatchd.sh to power the NetBSD ifwatchd program. Let wpa_supplicant work with it.
Diffstat (limited to 'net.NetBSD/Makefile')
-rw-r--r-- | net.NetBSD/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net.NetBSD/Makefile b/net.NetBSD/Makefile new file mode 100644 index 00000000..ebdb26f2 --- /dev/null +++ b/net.NetBSD/Makefile @@ -0,0 +1,5 @@ +DIR= ${RC_LIB}/net +INC= ifwatchd.sh + +MK= ../mk +include ${MK}/scripts.mk |