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