Makefile revision 96845
1# $FreeBSD: head/usr.bin/makewhatis/Makefile 96845 2002-05-18 09:19:08Z markm $
2
3PROG=	makewhatis
4
5DPADD+=	${LIBZ}
6LDADD+=	-lz
7
8.include <bsd.prog.mk>
9