summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/Makefile')
-rw-r--r--hunt/huntd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/hunt/huntd/Makefile b/hunt/huntd/Makefile
index 76e76058..ab12f185 100644
--- a/hunt/huntd/Makefile
+++ b/hunt/huntd/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2014/03/29 20:35:30 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/29 21:24:26 dholland Exp $
PROG= huntd
SRCS= answer.c draw.c driver.c execute.c expl.c \
extern.c makemaze.c pathname.c shots.c terminal.c
MAN= huntd.6
+CPPFLAGS+=-I${.CURDIR}/../include
+
.include <bsd.prog.mk>