]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/wump/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / games / wump / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   wump
4 MAN6=   wump.6
5 HIDEGAME=hidegame
6
7 beforeinstall:
8         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
9                 ${.CURDIR}/wump.info ${DESTDIR}${SHAREDIR}/games
10
11 .include <bsd.prog.mk>