mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 11:31:08 +01:00
16 lines
238 B
Makefile
16 lines
238 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>
|