Makefile revision 1.4
1#	from: @(#)Makefile	5.6 (Berkeley) 4/27/91
2#	$Id: Makefile,v 1.4 1993/08/01 05:45:23 mycroft Exp $
3
4SUBDIR=	fortune
5
6.ifmake !(install)
7SUBDIR+= strfile
8.endif
9
10SUBDIR+= datfiles
11
12.include <bsd.subdir.mk>
13