]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/wump/Makefile
This commit was generated by cvs2svn to compensate for changes in r76866,
[FreeBSD/FreeBSD.git] / games / wump / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   wump
5 MAN=    wump.6
6 HIDEGAME=hidegame
7
8 beforeinstall:
9         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
10                 ${.CURDIR}/wump.info ${DESTDIR}${SHAREDIR}/games
11
12 .include <bsd.prog.mk>