]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - snake/snscore/Makefile
Sanity fixes for input buffer handling. From OpenBSD
[bsdgames-darwin.git] / snake / snscore / Makefile
index 08ebc76743be3b202ca362ed8c09125bb7bdf0c5..7041fb4628d84e9815b912d2d51e7658614607f3 100644 (file)
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.3 1995/04/22 08:34:41 cgd Exp $
+#      $NetBSD: Makefile,v 1.7 2002/09/18 06:16:41 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-PROG=  snscore
-CFLAGS+=-I${.CURDIR}/../snake
-NOMAN= noman
-HIDEGAME=hidegame
+NOMAN=         # defined
+
+PROG=          snscore
+CPPFLAGS+=     -I${.CURDIR}/../snake
+HIDEGAME=      hidegame
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>