[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / games

Annotation of src/games/Makefile.inc, Revision 1.1

1.1     ! deraadt     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