diff --git a/usr.bin/apropos/Makefile b/usr.bin/apropos/Makefile index accfef77c9a6..d1b036d08987 100644 --- a/usr.bin/apropos/Makefile +++ b/usr.bin/apropos/Makefile @@ -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