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