aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-18 03:24:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-18 03:24:18 +0000
commita19de87a67eae05c1439f854896460efd7214157 (patch)
tree35f014e6ef9ea3bc7320b11dbe94b447a9977781 /gnu/usr.bin
parent05f25aae147498b1f1d95decfb8063220d2fa67e (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cpp0/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cpp0/Makefile b/gnu/usr.bin/cc/cpp0/Makefile
new file mode 100644
index 000000000000..4dfea5f8f23f
--- /dev/null
+++ b/gnu/usr.bin/cc/cpp0/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"
+
+.PATH: ${GCCDIR}
+
+PROG= cpp0
+SRCS= cppdefault.c cpperror.c cppexp.c cppfiles.c cpphash.c cppinit.c cpplex.c cpplib.c \
+ cppmain.c cppulp.c mkdeps.c
+BINDIR= /usr/libexec
+NOMAN= 1
+
+DPADD+= ${LIBCC_INT}
+LDADD+= ${LIBCC_INT}
+
+.include <bsd.prog.mk>