summaryrefslogtreecommitdiffstats
path: root/fortune/Makefile
blob: f4b87ff8a8c08d3ac774ed08766fcbc6f3c9e0a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	5.6 (Berkeley) 4/27/91

SUBDIR=	fortune

.ifmake (clean) || (cleandir)
SUBDIR+=datfiles
.endif

.ifmake !(install)
SUBDIR+=strfile
.else
SUBDIR+=datfiles
.endif

.include <bsd.subdir.mk>