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