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