freebsd-skq/usr.bin/makewhatis/Makefile
2002-05-20 16:42:15 +00:00

8 lines
80 B
Makefile

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