summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortune/Makefile4
-rw-r--r--fortune/fortune/Makefile4
-rw-r--r--fortune/unstr/Makefile8
3 files changed, 9 insertions, 7 deletions
diff --git a/fortune/Makefile b/fortune/Makefile
index 41e9c2f2..bb1dd309 100644
--- a/fortune/Makefile
+++ b/fortune/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.6 1997/04/28 23:52:50 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 1997/10/22 04:56:11 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= fortune strfile datfiles
+all-datfiles: all-strfile
+
.include <bsd.subdir.mk>
diff --git a/fortune/fortune/Makefile b/fortune/fortune/Makefile
index 5cf35a23..89540f17 100644
--- a/fortune/fortune/Makefile
+++ b/fortune/fortune/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 1997/10/10 13:04:36 lukem Exp $
+# $NetBSD: Makefile,v 1.10 1997/10/22 04:56:18 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= fortune
MAN= fortune.6
-CFLAGS+= -I${.CURDIR}/../strfile
+CPPFLAGS+= -I${.CURDIR}/../strfile
LDADD+= -lcompat
DPADD+= ${LIBCOMPAT}
diff --git a/fortune/unstr/Makefile b/fortune/unstr/Makefile
index 2619580a..edaf5ace 100644
--- a/fortune/unstr/Makefile
+++ b/fortune/unstr/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 1995/03/23 08:28:58 cgd Exp $
+# $NetBSD: Makefile,v 1.4 1997/10/22 04:56:21 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG= unstr
-NOMAN= noman
-CFLAGS+=-I${.CURDIR}/../strfile
+PROG= unstr
+NOMAN= noman
+CPPFLAGS+= -I${.CURDIR}/../strfile
.include <bsd.prog.mk>