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