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