This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / games / wump / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.4 (Berkeley) 5/11/90
2
3PROG= wump
78ed81a3 4MAN6= wump.6
15637ed4
RG
5HIDEGAME=hidegame
6
7beforeinstall:
8 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
9 ${DESTDIR}/usr/share/games
10
11.include <bsd.prog.mk>