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