HardenedBSD/lib/lib80211/Makefile
Adrian Chadd 127be1a706 Add lib80211, a small (but hopefully soon to grow) set of library
routines to interface with net80211.

This is all from the ifconfig program; the duplicate code from ifconfig
will be removed when it starts using this API.

Differential Revision:	https://reviews.freebsd.org/D4290
2015-11-30 04:41:50 +00:00

16 lines
239 B
Makefile

# $FreeBSD$
LIB= 80211
SHLIBDIR?= /lib
SHLIB_MAJOR= 1
SRCS= lib80211_regdomain.c lib80211_ioctl.c
INCSDIR= ${INCLUDEDIR}/lib80211/
INCS= lib80211_regdomain.h lib80211_ioctl.h
MAN= lib80211.3
CFLAGS+=-I${.CURDIR}
.include <bsd.lib.mk>