xref: /original-bsd/old/Makefile (revision 6346724a)
1#	@(#)Makefile	5.4 (Berkeley) 06/17/90
2
3SUBDIR=	compact crypt make more od talk yacc
4
5.if (${MACHINE} == "vax")
6SUBDIR+=talk
7.elif make(clean) || make(cleandir)
8SUBDIR+=talk
9.endif
10
11.include <bsd.subdir.mk>
12