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