Sync usage with man page.
[netbsd-mini2440.git] / libexec / makewhatis / Makefile
blob09aa8961c71a197c3b2fc7e20cf1d626a3c9d9d8
1 # $NetBSD: Makefile,v 1.19 2006/08/30 12:11:40 christos Exp $
3 WARNS?= 2 # XXX: const issues
5 .include <bsd.own.mk>
7 PROG= makewhatis
8 SRCS= makewhatis.c manconf.c
9 .PATH: ${NETBSDSRCDIR}/usr.bin/man
10 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin
12 MAN= ${PROG}.8
14 .ifndef HOSTPROG
15 DPADD+= ${LIBUTIL} ${LIBZ}
16 LDADD+= -lutil -lz
17 .endif
19 .include <bsd.prog.mk>