Makefile revision 15930
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2
3SUBDIR= fortune
4
5.if !make(install) && !make(distribute)
6SUBDIR+=strfile
7.endif
8
9SUBDIR+= datfiles
10
11.include <bsd.subdir.mk>
12