From 9bfd60ec3db07f84d579cd9d597b1ac6bcf70950 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 18 Jul 2001 14:01:14 +0000 Subject: Add frontend /usr/bin/cpp (now a real binary) and /usr/libexec/cpp0 (formerly /usr/libexec/cpp). --- gnu/usr.bin/gcc/cpp/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gnu/usr.bin/gcc/cpp/Makefile (limited to 'gnu/usr.bin/gcc/cpp') 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 + +PROG= cpp +SRCS= cppspec.c + +.include "../Makefile.frontend" + +.PATH: ${DIST}/gcc -- cgit