File: Makefile

package info (click to toggle)
kfreebsd-10 10.1~svn274115-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 226,112 kB
  • sloc: ansic: 4,140,771; asm: 48,128; makefile: 11,880; yacc: 4,834; awk: 3,455; lex: 1,710; sh: 1,234; python: 203; perl: 89; sed: 4
file content (14 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../net80211

KMOD=	wlan_acl
SRCS=	ieee80211_acl.c
SRCS+=	opt_wlan.h

.if !defined(KERNBUILDDIR)
opt_wlan.h:
	echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
.endif

.include <bsd.kmod.mk>