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