Add cpp and cpp0.

This commit is contained in:
tv 2001-07-18 14:02:26 +00:00
parent 9bfd60ec3d
commit 75050b108b
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.8 2001/06/18 16:18:30 tv Exp $
# $NetBSD: Makefile,v 1.9 2001/07/18 14:02:26 tv Exp $
.include <bsd.own.mk>
.ifdef USE_NEW_TOOLCHAIN
SUBDIR+= backend cc1 cc1obj cc1plus f771 frontend g++ g77 gcc
SUBDIR+= cpp0 backend cc1 cc1obj cc1plus f771 frontend cpp g++ g77 gcc
# Dependencies to allow single-target builds.
all-cc1 all-cc1obj all-cc1plus all-f771: all-backend
all-g++ all-g77 all-gcc: all-frontend
all-g++ all-g77 all-gcc all-cpp: all-frontend
.include <bsd.subdir.mk>