summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortune/fortune/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortune/fortune/Makefile b/fortune/fortune/Makefile
index 3a8b695f..58c53c0a 100644
--- a/fortune/fortune/Makefile
+++ b/fortune/fortune/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.5 1993/08/05 02:16:36 jtc Exp $
+# $Id: Makefile,v 1.6 1993/11/11 01:01:21 jtc Exp $
PROG= fortune
MAN6= fortune.0
CFLAGS+= -I${.CURDIR}/../strfile
-LDADD+= -lgnuregex
-DPADD+= /usr/lib/libgnuregex.a
+LDADD+= -lcompat
+DPADD+= ${LIBCOMPAT}
.include "${.CURDIR}/../../Makefile.inc"
.include <bsd.prog.mk>