]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Don't need -DHAVE_REGCOMP any more
authordholland <dholland@NetBSD.org>
Thu, 27 Aug 2009 03:12:16 +0000 (03:12 +0000)
committerdholland <dholland@NetBSD.org>
Thu, 27 Aug 2009 03:12:16 +0000 (03:12 +0000)
fortune/fortune/Makefile

index d3cb29c65f7c01810cea3feb84ec96973a3a4d4a..094adf4e278922262525ea6d21942b9cae357cad 100644 (file)
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.11 1998/02/04 10:16:19 christos Exp $
+#      $NetBSD: Makefile,v 1.12 2009/08/27 03:12:16 dholland Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=          fortune
 MAN=           fortune.6
-CPPFLAGS+=     -I${.CURDIR}/../strfile -DHAVE_REGCOMP
+CPPFLAGS+=     -I${.CURDIR}/../strfile
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>