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