BSD 4_4 release
[unix-history] / usr / src / games / wump / Makefile
CommitLineData
ad787160 1# @(#)Makefile 8.1 (Berkeley) 5/31/93
3268cc97 2
770d844a
KB
3PROG= wump
4MAN6= wump.0
5HIDEGAME=hidegame
3268cc97 6
770d844a
KB
7beforeinstall:
8 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
9 ${DESTDIR}/usr/share/games
3268cc97 10
770d844a 11.include <bsd.prog.mk>