diff --git a/games/fortune/fortune/Makefile b/games/fortune/fortune/Makefile index d3cb29c65f7c..094adf4e2789 100644 --- a/games/fortune/fortune/Makefile +++ b/games/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