diff options
Diffstat (limited to 'gnu/usr.bin/gcc/cpp0')
| -rw-r--r-- | gnu/usr.bin/gcc/cpp0/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/cpp0/Makefile b/gnu/usr.bin/gcc/cpp0/Makefile new file mode 100644 index 00000000000..3503319cc59 --- /dev/null +++ b/gnu/usr.bin/gcc/cpp0/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2001/07/18 14:01:14 tv Exp $ + +.include <bsd.own.mk> + +PROG= cpp0 +SRCS= ${G_CCCP_OBJS:.o=.c} +MKMAN= no + +CPPFLAGS+= -I${GCCARCH} \ + ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ + -DGCC_INCLUDE_DIR=\"\" -DPREFIX=\"/usr\" + +BINDIR= /usr/libexec + +.include <bsd.prog.mk> + +.PATH: ${DIST}/gcc |
