634ebd4dc4
This should not be used directly for building host tools; rather, the top level bootstrap (to be committed separately) should be used to build the entire system including this compiler.
9 lines
144 B
Makefile
9 lines
144 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/06/18 16:18:34 tv Exp $
|
|
|
|
PROG= cc1
|
|
SRCS= ${G_C_OBJS:.o=.c}
|
|
|
|
.include "../Makefile.backend"
|
|
|
|
.PATH: ${DIST}/gcc
|