Don't need -DHAVE_REGCOMP any more

This commit is contained in:
dholland 2009-08-27 03:12:16 +00:00
parent 20ce96200f
commit 29d1f99953
1 changed files with 2 additions and 2 deletions

View 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 # @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= fortune PROG= fortune
MAN= fortune.6 MAN= fortune.6
CPPFLAGS+= -I${.CURDIR}/../strfile -DHAVE_REGCOMP CPPFLAGS+= -I${.CURDIR}/../strfile
.include "../../Makefile.inc" .include "../../Makefile.inc"
.include <bsd.prog.mk> .include <bsd.prog.mk>