diff options
author | adrian <adrian@FreeBSD.org> | 2015-11-30 06:34:16 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-11-30 06:34:16 +0000 |
commit | 1532d1d4b664308dcf6f4fca5ad5459c98d1bb27 (patch) | |
tree | c0507fbf413a6d4181eb32f73ae1703dd7f8bd3c /sbin/ifconfig/Makefile | |
parent | 7be92c60b623b2a4a5db94cb5dd156fb4f8856d2 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 # ... |