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