From d7350315cfb778c51a560a691f09f4ba3c2c6c40 Mon Sep 17 00:00:00 2001 From: mikel Date: Fri, 17 Oct 1997 07:08:51 +0000 Subject: [PATCH] now needs -I to find headers from ../man --- usr.bin/whatis/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/whatis/Makefile b/usr.bin/whatis/Makefile index d17fd538ff70..15aa2dde8d40 100644 --- a/usr.bin/whatis/Makefile +++ b/usr.bin/whatis/Makefile @@ -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