cc is pcc's front end, only vax and tahoe need it
[unix-history] / usr / src / old / Makefile
# @(#)Makefile 5.11 (Berkeley) %G%
SUBDIR= compact hostid lex make yacc
.if (${MACHINE} == "hp300")
SUBDIR+=as.hpux
.elif (${MACHINE} == "tahoe")
SUBDIR+=as.tahoe cc dbx pcc
.elif ${MACHINE} == "vax"
SUBDIR+=as.vax cc dbx pcc talk tp
.endif
.include <bsd.subdir.mk>