rename ld++ as the default loader, ld
[unix-history] / usr / src / old / Makefile
CommitLineData
8f4e0fa6 1# @(#)Makefile 5.15 (Berkeley) %G%
2bcc3db1 2
957bef68 3SUBDIR= compact hostid lex make yacc
2bcc3db1 4
dcdebf67
KB
5.if (${MACHINE} == "hp300")
6SUBDIR+=as.hpux
7.elif (${MACHINE} == "tahoe")
8f4e0fa6 8SUBDIR+=as.tahoe dbx ld pcc
152e11bd 9.elif ${MACHINE} == "vax"
8f4e0fa6 10SUBDIR+=as.vax dbx ld pcc talk tp
e4ad824a
KB
11.endif
12
b22ee7bc 13.include <bsd.subdir.mk>