]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - canfield/cfscores/Makefile
Remove is_hex_str() (trying to guess if a number was hex or not). It is not
[bsdgames-darwin.git] / canfield / cfscores / Makefile
index 74ca6cc2e602f187691bd33d9aa522701445a486..55448e531b9000bec93daa20215f600872dbd582 100644 (file)
@@ -1,10 +1,11 @@
-#      from: @(#)Makefile      5.2 (Berkeley) 4/8/91
-#      $Id: Makefile,v 1.2 1993/08/01 05:45:46 mycroft Exp $
+#      $NetBSD: Makefile,v 1.7 2002/09/18 06:16:40 lukem Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-PROG=  cfscores
-CFLAGS+=-I${.CURDIR}/../canfield
-NOMAN= noman
-HIDEGAME=hidegame
+NOMAN=         # defined
+
+PROG=          cfscores
+CPPFLAGS+=     -I${.CURDIR}/../canfield
+HIDEGAME=      hidegame
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>