now needs -I to find headers from ../man

This commit is contained in:
mikel 1997-10-17 07:08:51 +00:00
parent 4d52d27c85
commit d7350315cf

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.4 1997/05/08 21:12:01 gwr Exp $
# $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>