summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net.BSD/ifconfig.sh2
-rw-r--r--net.FreeBSD/Makefile5
-rw-r--r--net.FreeBSD/iwconfig.sh (renamed from net.BSD/iwconfig.sh)0
3 files changed, 6 insertions, 1 deletions
diff --git a/net.BSD/ifconfig.sh b/net.BSD/ifconfig.sh
index 8b73973..d56ba25 100644
--- a/net.BSD/ifconfig.sh
+++ b/net.BSD/ifconfig.sh
@@ -87,7 +87,7 @@ _ifconfig_ent()
_is_wireless()
{
case "$(_ifconfig_ent "media:")" in
- "IEEE 802.11 Wireless"*) return 0;;
+ IEEE802.11*|"IEEE 802.11 Wireless"*) return 0;;
*) return 1;;
esac
}
diff --git a/net.FreeBSD/Makefile b/net.FreeBSD/Makefile
new file mode 100644
index 0000000..b2becc4
--- /dev/null
+++ b/net.FreeBSD/Makefile
@@ -0,0 +1,5 @@
+DIR = ${RC_LIB}/net
+INC = ${CONTENTS}
+
+MK= ../mk
+include ${MK}/scripts.mk
diff --git a/net.BSD/iwconfig.sh b/net.FreeBSD/iwconfig.sh
index 3a276cd..3a276cd 100644
--- a/net.BSD/iwconfig.sh
+++ b/net.FreeBSD/iwconfig.sh