Home | History | Annotate | Line # | Download | only in wump
Makefile revision 1.1
      1 #	@(#)Makefile	5.4 (Berkeley) 5/11/90
      2 
      3 PROG=	wump
      4 MAN6=	wump.0
      5 HIDEGAME=hidegame
      6 
      7 beforeinstall:
      8 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
      9 	    ${DESTDIR}/usr/share/games
     10 
     11 .include <bsd.prog.mk>
     12