freebsd-dev/games/wump/Makefile
2001-03-20 18:08:43 +00:00

12 lines
230 B
Makefile

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