summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlandebug/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-12-11 23:13:54 +0000
committersam <sam@FreeBSD.org>2005-12-11 23:13:54 +0000
commit310b3b7c691095359894a5706f08971dda87e6da (patch)
tree7cc1897d379269041a42fb870f9dfa4bc7285c97 /usr.sbin/wlandebug/Makefile
parent97e6ad836b1f63ecaf625de97528f0f7ee3ebeb3 (diff)
downloadFreeBSD-src-310b3b7c691095359894a5706f08971dda87e6da.zip
FreeBSD-src-310b3b7c691095359894a5706f08971dda87e6da.tar.gz
o move programs to separate directories and use stock Makefiles;
this simplifies including them in crunchgen images o rename 80211* programs to wlan* as was originally intended
Diffstat (limited to 'usr.sbin/wlandebug/Makefile')
-rw-r--r--usr.sbin/wlandebug/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/wlandebug/Makefile b/usr.sbin/wlandebug/Makefile
new file mode 100644
index 0000000..26e6e51
--- /dev/null
+++ b/usr.sbin/wlandebug/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+PROG = wlandebug
+BINDIR = /usr/local/bin
+NO_MAN = noman
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud