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