summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
-rw-r--r--gnu/usr.bin/gcc/cpp/Makefile10
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