NetBSD/gnu/usr.bin/gcc/Makefile

17 lines
328 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2001/12/19 23:54:26 tv Exp $
.include <bsd.own.mk>
.if defined(USE_NEW_TOOLCHAIN)
SUBDIR+= backend frontend cpp0 gcov .WAIT \
cc1 cc1obj cc1plus cpp f771 g++ g77 gcc protoize unprotoize
.include <bsd.subdir.mk>
.else
# Do nothing. (PROG undefined)
2001-12-12 04:48:43 +03:00
NOOBJ=# defined
.include <bsd.prog.mk>
.endif