home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / games / wump / Makefile next >
Encoding:
Makefile  |  1990-05-11  |  221 b   |  12 lines

  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.