summaryrefslogtreecommitdiffstats
path: root/wump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wump/Makefile')
-rw-r--r--wump/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/wump/Makefile b/wump/Makefile
new file mode 100644
index 00000000..ecb49134
--- /dev/null
+++ b/wump/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 5.4 (Berkeley) 5/11/90
+
+PROG= wump
+MAN6= wump.0
+HIDEGAME=hidegame
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
+ ${DESTDIR}/usr/share/games
+
+.include <bsd.prog.mk>