xref: /original-bsd/old/Makefile (revision cfa2a17a)
1#	@(#)Makefile	5.16 (Berkeley) 04/30/91
2
3SUBDIR=	compact cpp crypt hostid ld 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