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