summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>