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/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/vis/Makefile b/usr.bin/vis/Makefile
new file mode 100644
index 0000000..5d860de
--- /dev/null
+++ b/usr.bin/vis/Makefile
@@ -0,0 +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