Jim Oldroyd's version of index
[unix-history] / usr / src / games / fortune / Makefile
CommitLineData
b437bb77 1# @(#)Makefile 5.6 (Berkeley) %G%
1e650ae6 2
18c7dbdc 3SUBDIR= fortune
1e650ae6 4
b437bb77 5.ifmake (clean) || (cleandir)
66384702
KB
6SUBDIR+=datfiles
7.endif
8
18c7dbdc
KB
9.ifmake !(install)
10SUBDIR+=strfile
11.else
12SUBDIR+=datfiles
13.endif
1e650ae6 14
18c7dbdc 15.include <bsd.subdir.mk>