1b42fe9258
source directory and failed when the source directory was nfs mounted. This was fixed in 1.1.5. Sigh.
16 lines
211 B
Makefile
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>
|