NetBSD/libexec/makewhatis/Makefile
tv a328e34106 Make almost all tools compile and run properly on non-NetBSD hosts. (In
particular, most tools now run correctly on Solaris 7.)
2002-01-29 10:20:28 +00:00

12 lines
164 B
Makefile

# $NetBSD: Makefile,v 1.10 2002/01/29 10:20:31 tv Exp $
PROG= makewhatis
MAN= ${PROG}.8
.ifndef HOSTPROG
DPADD= ${LIBZ}
LDADD= -lz
.include <bsd.prog.mk>
.endif