mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
a70cba9582
Sponsored by: The FreeBSD Foundation
19 lines
277 B
Makefile
19 lines
277 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
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>
|