freebsd-src/lib/lib80211/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
285 B
Makefile
Raw Normal View History

PACKAGE= runtime
CONFS= regdomain.xml
LIB= 80211
SHLIBDIR?= /lib
SHLIB_MAJOR= 1
SRCS= lib80211_regdomain.c lib80211_ioctl.c
2015-12-01 17:31:22 +00:00
INCSDIR= ${INCLUDEDIR}/lib80211
INCS= lib80211_regdomain.h lib80211_ioctl.h
LIBADD= sbuf bsdxml
MAN= lib80211.3
CFLAGS+=-I${.CURDIR}
.include <bsd.lib.mk>