freebsd-dev/games/wump/Makefile
2001-03-26 14:22:12 +00:00

13 lines
242 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= wump
MAN= wump.6
HIDEGAME=hidegame
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/wump.info ${DESTDIR}${SHAREDIR}/games
.include <bsd.prog.mk>