summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortune/fortune/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortune/fortune/Makefile b/fortune/fortune/Makefile
index d3cb29c6..094adf4e 100644
--- a/fortune/fortune/Makefile
+++ b/fortune/fortune/Makefile
@@ -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>