freebsd-dev/games/fortune/Makefile
Bruce Evans 1b42fe9258 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.
1994-09-08 10:51:48 +00:00

16 lines
211 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= fortune
.ifmake (clean) || (cleandir) || (obj)
SUBDIR+=datfiles
.endif
.ifmake !(install)
SUBDIR+=strfile
.else
SUBDIR+=datfiles
.endif
.include <bsd.subdir.mk>