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/cpp | |
| 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/cpp')
| -rw-r--r-- | gnu/usr.bin/gcc/cpp/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile new file mode 100644 index 00000000000..6fe60ea879f --- /dev/null +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.13 2001/07/18 14:01:14 tv Exp $ + +.include <bsd.own.mk> + +PROG= cpp +SRCS= cppspec.c + +.include "../Makefile.frontend" + +.PATH: ${DIST}/gcc |
