summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/Makefile
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-11-30 06:34:16 +0000
committeradrian <adrian@FreeBSD.org>2015-11-30 06:34:16 +0000
commit1532d1d4b664308dcf6f4fca5ad5459c98d1bb27 (patch)
treec0507fbf413a6d4181eb32f73ae1703dd7f8bd3c /sbin/ifconfig/Makefile
parent7be92c60b623b2a4a5db94cb5dd156fb4f8856d2 (diff)
downloadFreeBSD-src-1532d1d4b664308dcf6f4fca5ad5459c98d1bb27.zip
FreeBSD-src-1532d1d4b664308dcf6f4fca5ad5459c98d1bb27.tar.gz
Convert ifconfig to use lib80211.
* remove regdomain.[ch] - it's now part of lib80211. * convert ifieee80211.c to use the ioctl routines in lib80211 and implement the "error? exit" wrapper behaviour the callers expect.
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r--sbin/ifconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index ac7faf9..ed9c205 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -37,8 +37,8 @@ SRCS+= ifgif.c # GIF reversed header workaround
SRCS+= sfp.c # SFP/SFP+ information
LIBADD+= m
-SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
-LIBADD+= bsdxml sbuf
+SRCS+= ifieee80211.c # SIOC[GS]IEEE80211 support
+LIBADD+= bsdxml sbuf 80211
SRCS+= carp.c # SIOC[GS]VH support
SRCS+= ifgroup.c # ...
OpenPOWER on IntegriCloud