xref: /original-bsd/old/Makefile (revision 049d63db)
1#	@(#)Makefile	5.14 (Berkeley) 03/08/91
2
3SUBDIR=	compact cpp crypt hostid lex make more sum sysline yacc
4
5.if   (${MACHINE} == "hp300")
6SUBDIR+=as.hpux
7.elif (${MACHINE} == "tahoe")
8SUBDIR+=as.tahoe dbx pcc
9.elif ${MACHINE} == "vax"
10SUBDIR+=as.vax dbx pcc talk tp
11.endif
12
13.include <bsd.subdir.mk>
14