summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-08-05 02:16:36 +0000
committerjtc <jtc@NetBSD.org>1993-08-05 02:16:36 +0000
commitce3652984ea5fc095d41f0a003e2e5946fad6071 (patch)
treee9e6fbfba371fd3efaba3c3fcabeaada7ec25b4f /fortune
parent32749091b504b5a21c1db6505a2d8bc6b49df9e6 (diff)
downloadbsdgames-darwin-ce3652984ea5fc095d41f0a003e2e5946fad6071.tar.gz
bsdgames-darwin-ce3652984ea5fc095d41f0a003e2e5946fad6071.tar.zst
bsdgames-darwin-ce3652984ea5fc095d41f0a003e2e5946fad6071.zip
Drip -DNO_REGEX, Link with -lgnuregex.
Diffstat (limited to 'fortune')
-rw-r--r--fortune/fortune/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/fortune/fortune/Makefile b/fortune/fortune/Makefile
index 1a97c2db..3a8b695f 100644
--- a/fortune/fortune/Makefile
+++ b/fortune/fortune/Makefile
@@ -1,8 +1,10 @@
-# $Id: Makefile,v 1.4 1993/08/02 17:16:08 mycroft Exp $
+# $Id: Makefile,v 1.5 1993/08/05 02:16:36 jtc Exp $
-PROG= fortune
-MAN6= fortune.0
-CFLAGS+=-I${.CURDIR}/../strfile -DNO_REGEX
+PROG= fortune
+MAN6= fortune.0
+CFLAGS+= -I${.CURDIR}/../strfile
+LDADD+= -lgnuregex
+DPADD+= /usr/lib/libgnuregex.a
.include "${.CURDIR}/../../Makefile.inc"
.include <bsd.prog.mk>