Home | History | Annotate | Line # | Download | only in wump
Makefile revision 1.3
      1 #	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.3 1994/12/22 09:36:38 cgd Exp $
      3 
      4 PROG=	wump
      5 MAN=	wump.6
      6 HIDEGAME=hidegame
      7 
      8 beforeinstall:
      9 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
     10 	    ${DESTDIR}/usr/share/games
     11 
     12 .include <bsd.prog.mk>
     13