don't build in here if USE_NEW_TOOLCHAIN.

This commit is contained in:
mrg 2001-08-10 12:33:55 +00:00
parent 8d54deacdd
commit a9c88b6f92
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# $NetBSD: Makefile,v 1.13 2001/02/28 16:55:59 tv Exp $
# $NetBSD: Makefile,v 1.14 2001/08/10 12:33:55 mrg Exp $
.include <bsd.own.mk>
.if !defined(USE_NEW_TOOLCHAIN)
.if (${MACHINE_ARCH} != "sparc64")
SUBDIR= c89 cc cpp collect2 g++ g77 gcov \
common .WAIT cc1 cc1plus cc1obj f771
@ -14,4 +16,5 @@ DIST= ${.CURDIR}/../../dist
.PATH: ${DIST}/gcc ${DIST}/gcc/cp ${DIST}/gcc/f
.include <bsd.info.mk>
.endif
.include <bsd.subdir.mk>