NetBSD/gnu/usr.bin/gcc/cc1/Makefile
tv 634ebd4dc4 Add gcc 2.95.2 build framework, and i386 config files from toolchain2netbsd.
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.
2001-06-18 16:18:30 +00:00

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