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