xref: /original-bsd/games/wump/Makefile (revision ae45e3e8)
1#	@(#)Makefile	8.1 (Berkeley) 05/31/93
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