xref: /original-bsd/old/Makefile (revision 92ab646d)
1#	@(#)Makefile	5.7 (Berkeley) 07/04/90
2
3SUBDIR=	compact crypt lex make yacc
4
5.if ${MACHINE} == "vax"
6SUBDIR+=talk tp
7.endif
8
9.include <bsd.subdir.mk>
10