Makefile revision 2490
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2
3SUBDIR=	fortune
4
5.ifmake (clean) || (cleandir)
6SUBDIR+=datfiles
7.endif
8
9.ifmake !(install)
10SUBDIR+=strfile
11.else
12SUBDIR+=datfiles
13.endif
14
15.include <bsd.subdir.mk>
16