Makefile revision 1.2
1# from: @(#)Makefile 5.4 (Berkeley) 5/11/90 2# $Id: Makefile,v 1.2 1993/08/01 05:43:34 mycroft Exp $ 3 4PROG= wump 5MAN6= wump.0 6HIDEGAME=hidegame 7 8beforeinstall: 9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \ 10 ${DESTDIR}/usr/share/games 11 12.include <bsd.prog.mk> 13