summaryrefslogtreecommitdiffstats
path: root/usr.bin/vis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vis/Makefile')
-rw-r--r--usr.bin/vis/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/vis/Makefile b/usr.bin/vis/Makefile
index 8f83a14..5d860de 100644
--- a/usr.bin/vis/Makefile
+++ b/usr.bin/vis/Makefile
@@ -1,6 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= vis
SRCS= vis.c foldit.c
+.PATH: ${.CURDIR}/../../contrib/vis
+CFLAGS+= -I${.CURDIR}/../../contrib/vis
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud