ecce24742d
Urged by: bde
13 lines
246 B
Makefile
13 lines
246 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= wump
|
|
MAN= wump.6
|
|
HIDEGAME=hidegame
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
|
${.CURDIR}/wump.info ${DESTDIR}${SHAREDIR}/games
|
|
|
|
.include <bsd.prog.mk>
|