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