this simplifies including them in crunchgen images o rename 80211* programs to wlan* as was originally intended
8 lines
96 B
Makefile
8 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = wlandebug
|
|
BINDIR = /usr/local/bin
|
|
NO_MAN = noman
|
|
|
|
.include <bsd.prog.mk>
|