summaryrefslogtreecommitdiffstats
path: root/wargames/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wargames/Makefile')
-rw-r--r--wargames/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/wargames/Makefile b/wargames/Makefile
new file mode 100644
index 00000000..f2fc076c
--- /dev/null
+++ b/wargames/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 5.3 (Berkeley) 6/8/90
+
+NOOBJ= noobj
+all wargames clean cleandir depend lint tags:
+
+install:
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
+ ${DESTDIR}/usr/games/wargames
+
+.include <bsd.prog.mk>