summaryrefslogtreecommitdiffstats
path: root/fortune/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1997-04-28 23:52:50 +0000
committerthorpej <thorpej@NetBSD.org>1997-04-28 23:52:50 +0000
commit4d8481c23aba7cad1083bb7609bd3abdb5ac2c3a (patch)
treeff659411bb51aee468b99e3e1d1ce9d1172bd6d3 /fortune/Makefile
parent1f27f8e4c6173ee16c51cca5f58d45b29c6799bd (diff)
downloadbsdgames-darwin-4d8481c23aba7cad1083bb7609bd3abdb5ac2c3a.tar.gz
bsdgames-darwin-4d8481c23aba7cad1083bb7609bd3abdb5ac2c3a.tar.zst
bsdgames-darwin-4d8481c23aba7cad1083bb7609bd3abdb5ac2c3a.zip
Go into the "strfile" subdirectory unconditionally; we let that Makefile
make it's own decisions.
Diffstat (limited to 'fortune/Makefile')
-rw-r--r--fortune/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/fortune/Makefile b/fortune/Makefile
index 2a951ab1..41e9c2f2 100644
--- a/fortune/Makefile
+++ b/fortune/Makefile
@@ -1,12 +1,6 @@
-# $NetBSD: Makefile,v 1.5 1995/03/23 08:28:23 cgd Exp $
+# $NetBSD: Makefile,v 1.6 1997/04/28 23:52:50 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-SUBDIR= fortune
-
-.ifmake !(install)
-SUBDIR+= strfile
-.endif
-
-SUBDIR+= datfiles
+SUBDIR= fortune strfile datfiles
.include <bsd.subdir.mk>