mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
12f961f487
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>
|