Makefile revision 302408
1# $FreeBSD: stable/11/usr.bin/makewhatis/Makefile 295733 2016-02-18 00:26:21Z bdrewery $
2
3PROG=		makewhatis
4LIBADD=		z
5
6.include <bsd.prog.mk>
7