home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / riscbsd / sources / src_tgz / src_tgz~ / src / games / Makefile.inc next >
Encoding:
Makefile  |  1995-10-13  |  213 b   |  11 lines

  1. #    $NetBSD: Makefile.inc,v 1.3 1995/03/21 12:04:12 cgd Exp $
  2. #    @(#)Makefile.inc    8.1 (Berkeley) 5/31/93
  3.  
  4. BINOWN?=    games
  5. .if defined(HIDEGAME)
  6. BINDIR?=    /usr/games/hide
  7. BINMODE?=    4700
  8. .else
  9. BINDIR?=    /usr/games
  10. .endif
  11.