]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/wump/Makefile
This commit was generated by cvs2svn to compensate for changes in r72571,
[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>