From ae4c6aad10b89eaa1c209b33bf7cc759913c1460 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 28 Apr 1997 23:52:50 +0000 Subject: [PATCH] Go into the "strfile" subdirectory unconditionally; we let that Makefile make it's own decisions. --- games/fortune/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/games/fortune/Makefile b/games/fortune/Makefile index 2a951ab1f9d9..41e9c2f20268 100644 --- a/games/fortune/Makefile +++ b/games/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