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

This commit is contained in:
mikel 1997-10-17 06:51:04 +00:00
parent 74c3a08d8d
commit d00b77f18b
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.7 1997/05/08 21:11:35 gwr Exp $
# $NetBSD: Makefile,v 1.8 1997/10/17 06:51:04 mikel Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= apropos
SRCS= apropos.c config.c
.PATH: ${.CURDIR}/../man
CPPFLAGS+=-I${.CURDIR}/../man
.include <bsd.prog.mk>