Makefile revision 97002
1# $FreeBSD: head/usr.bin/makewhatis/Makefile 97002 2002-05-20 16:42:15Z ru $
2
3PROG=	makewhatis
4DPADD=	${LIBZ}
5LDADD=	-lz
6
7.include <bsd.prog.mk>
8