aboutsummaryrefslogtreecommitdiff
path: root/games/fortune/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-09-08 10:51:48 +0000
committerBruce Evans <bde@FreeBSD.org>1994-09-08 10:51:48 +0000
commit1b42fe9258eada324671285f1a62e8856f5c459f (patch)
tree1aba880411b0324b8d5bc18f9936512ccbac3062 /games/fortune/Makefile
parent510cdfd2cfcc0a04605dd723988c23135d8c8c16 (diff)
downloadsrc-1b42fe9258eada324671285f1a62e8856f5c459f.tar.gz
src-1b42fe9258eada324671285f1a62e8856f5c459f.zip
Add datfiles to SUBDIR for obj target too. "make install" wrote to the
source directory and failed when the source directory was nfs mounted. This was fixed in 1.1.5. Sigh.
Notes
Notes: svn path=/head/; revision=2575
Diffstat (limited to 'games/fortune/Makefile')
-rw-r--r--games/fortune/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/Makefile b/games/fortune/Makefile
index ebd7c056085d..c736e356ff84 100644
--- a/games/fortune/Makefile
+++ b/games/fortune/Makefile
@@ -2,7 +2,7 @@
SUBDIR= fortune
-.ifmake (clean) || (cleandir)
+.ifmake (clean) || (cleandir) || (obj)
SUBDIR+=datfiles
.endif