c6234bb251
/usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
12 lines
231 B
Makefile
12 lines
231 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= wump
|
|
MAN6= wump.6
|
|
HIDEGAME=hidegame
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
|
${.CURDIR}/wump.info ${DESTDIR}${SHAREDIR}/games
|
|
|
|
.include <bsd.prog.mk>
|