1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
|
|
|
|
SUBDIR= fortune
|
|
|
|
|
1994-09-08 10:51:48 +00:00
|
|
|
.ifmake (clean) || (cleandir) || (obj)
|
1994-09-04 04:03:31 +00:00
|
|
|
SUBDIR+=datfiles
|
|
|
|
.endif
|
|
|
|
|
1994-11-14 20:10:49 +00:00
|
|
|
.if !make(install) && !make(distribute)
|
1994-09-04 04:03:31 +00:00
|
|
|
SUBDIR+=strfile
|
|
|
|
.else
|
|
|
|
SUBDIR+=datfiles
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|