summaryrefslogtreecommitdiff
path: root/usr.bin/whatis/Makefile
blob: 15aa2dde8d40aa5f156b3fae7e9c6b7ed0adfc39 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.5 1997/10/17 07:08:51 mikel Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	whatis
SRCS=	whatis.c config.c
.PATH:	${.CURDIR}/../man
CPPFLAGS+=-I${.CURDIR}/../man

.include <bsd.prog.mk>