converted man page
[unix-history] / usr / src / old / Makefile
CommitLineData
42f2981e 1# @(#)Makefile 5.4 (Berkeley) %G%
2bcc3db1 2
3fc64ca9 3SUBDIR= compact crypt make more od talk yacc
2bcc3db1 4
e4ad824a
KB
5.if (${MACHINE} == "vax")
6SUBDIR+=talk
42f2981e
KB
7.elif make(clean) || make(cleandir)
8SUBDIR+=talk
e4ad824a
KB
9.endif
10
b22ee7bc 11.include <bsd.subdir.mk>