xref: /original-bsd/games/wump/Makefile (revision f72a1a16)
1#	@(#)Makefile	5.4 (Berkeley) 05/11/90
2
3PROG=	wump
4MAN6=	wump.0
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>
12