freebsd-dev/usr.bin/makewhatis/Makefile
Mark Murray bf7bec3366 Add C rewrites of catman and makewhatis. These aren't quite as
the submitter supplied them, as I did some WARNS=n fixups (mostly
const-ification).

Submitted by:	John Rochester <john@jrochester.org>
2002-05-18 09:19:08 +00:00

9 lines
83 B
Makefile

# $FreeBSD$
PROG= makewhatis
DPADD+= ${LIBZ}
LDADD+= -lz
.include <bsd.prog.mk>