NetBSD/libexec/makewhatis/Makefile
lukem 826a14607a Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
2003-05-18 07:57:31 +00:00

18 lines
291 B
Makefile

# $NetBSD: Makefile,v 1.17 2003/05/18 07:57:32 lukem Exp $
.include <bsd.own.mk>
PROG= makewhatis
SRCS= makewhatis.c manconf.c
.PATH: ${NETBSDSRCDIR}/usr.bin/man
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin
MAN= ${PROG}.8
.ifndef HOSTPROG
DPADD= ${LIBZ}
LDADD= -lz
.endif
.include <bsd.prog.mk>