aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-02-29 03:25:51 +0000
committerEd Maste <emaste@FreeBSD.org>2020-02-29 03:25:51 +0000
commit57f804675e65951d630a38d94c07be4a27ae4053 (patch)
tree08158fea50735ed44fbd645ce7cf2c24beb7c11b /gnu/usr.bin/cc/cpp/Makefile
parent6be21eb77807afea19219b8fd2ee9c0a4609027d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
deleted file mode 100644
index a3ac04b909e33..0000000000000
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-.include "../Makefile.inc"
-.include "../Makefile.fe"
-
-PROG= gcpp
-SRCS+= cppspec.c
-
-.if ${MK_CLANG_IS_CC} == "no"
-LINKS= ${BINDIR}/gcpp ${BINDIR}/cpp
-MLINKS= gcpp.1 cpp.1
-.endif
-
-.include <bsd.prog.mk>