Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/fortune/fortune Don't need -DHAVE_REGCOMP any more



details:   https://anonhg.NetBSD.org/src/rev/d0d8dd4a2de8
branches:  trunk
changeset: 747009:d0d8dd4a2de8
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Aug 27 03:12:16 2009 +0000

description:
Don't need -DHAVE_REGCOMP any more

diffstat:

 games/fortune/fortune/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 6c013a764f3e -r d0d8dd4a2de8 games/fortune/fortune/Makefile
--- a/games/fortune/fortune/Makefile    Thu Aug 27 03:09:17 2009 +0000
+++ b/games/fortune/fortune/Makefile    Thu Aug 27 03:12:16 2009 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index