xref: /openbsd/games/wump/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.5 2002/05/23 18:43:00 deraadt Exp $
2
3PROG=	wump
4MAN=	wump.6
5
6beforeinstall:
7	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
8	    ${.CURDIR}/wump.info ${DESTDIR}/usr/share/games
9
10.include <bsd.prog.mk>
11