freebsd-dev/games/fortune/Makefile
Poul-Henning Kamp d28db85ed5 "distribute" games into their own distribution.
Reviewed by:
Submitted by:
Obtained from:
1994-11-14 20:10:49 +00:00

16 lines
232 B
Makefile

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