[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / snake / snscore

Annotation of src/games/snake/snscore/Makefile, Revision 1.7

1.7     ! lukem       1: #      $NetBSD: Makefile,v 1.6 2001/12/12 00:07:49 tv Exp $
1.3       cgd         2: #      @(#)Makefile    8.1 (Berkeley) 5/31/93
1.1       cgd         3:
1.7     ! lukem       4: NOMAN=         # defined
        !             5:
1.6       tv          6: PROG=          snscore
                      7: CPPFLAGS+=     -I${.CURDIR}/../snake
                      8: HIDEGAME=      hidegame
1.1       cgd         9:
                     10: .include "../../Makefile.inc"
                     11: .include <bsd.prog.mk>

CVSweb <webmaster@jp.NetBSD.org>