summaryrefslogtreecommitdiffstats
path: root/canfield/canfield/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'canfield/canfield/Makefile')
-rw-r--r--canfield/canfield/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/canfield/canfield/Makefile b/canfield/canfield/Makefile
new file mode 100644
index 00000000..9992c41d
--- /dev/null
+++ b/canfield/canfield/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 5.7 (Berkeley) 4/8/91
+
+PROG= canfield
+MAN6= canfield.0
+DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
+LDADD= -lcurses -ltermcap -lcompat
+HIDEGAME=hidegame
+
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>