diff options
| author | tv <tv@NetBSD.org> | 2001-07-18 14:01:14 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-07-18 14:01:14 +0000 |
| commit | 9bfd60ec3db07f84d579cd9d597b1ac6bcf70950 (patch) | |
| tree | 141a4ec771212f74c507fc6f5d65eb527caffe6b /gnu/usr.bin/gcc/cpp0 | |
| parent | 8ee0a1461c3af11c8c695e2692f3d9525af9a934 (diff) | |
Add frontend /usr/bin/cpp (now a real binary) and /usr/libexec/cpp0
(formerly /usr/libexec/cpp).
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 |
