HardenedBSD/lib/lib80211/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

18 lines
284 B
Makefile

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