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