xref: /freebsd/usr.bin/nl/Makefile (revision 050570efa79efcc9cf5adeb545f1a679c8dc377b)
1# $FreeBSD$
2
3PROG=	nl
4
5WARNS?=	2
6
7.include <bsd.prog.mk>
8