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