xref: /dragonfly/usr.sbin/wlandebug/Makefile (revision 0fe46dc6)
1# $FreeBSD: src/usr.sbin/wlandebug/Makefile,v 1.6 2010/01/02 11:07:44 ed Exp $
2
3PROG=	wlandebug
4MAN=	wlandebug.8
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9