summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/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/Makefile
parent6be21eb77807afea19219b8fd2ee9c0a4609027d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r--gnu/usr.bin/cc/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
deleted file mode 100644
index 378ababfcde8d..0000000000000
--- a/gnu/usr.bin/cc/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-# The order of some of these are rather important. Some depend on previous
-# subdirs.
-
-SUBDIR= cc_tools .WAIT \
- libiberty libcpp libdecnumber cc_int cc cc1 include
-
-.if ${MK_CPP} != "no"
-SUBDIR+= cpp
-.endif
-
-.if ${MK_CXX} != "no"
-SUBDIR+= cc1plus c++
-.endif
-
-.if ${MK_GCOV} != "no"
-SUBDIR+= gcov
-.endif
-
-SUBDIR_DEPEND_c++:= libcpp libiberty
-SUBDIR_DEPEND_cc= libcpp libiberty
-SUBDIR_DEPEND_cpp= libcpp libiberty
-SUBDIR_DEPEND_cc1plus= cc_int libcpp libdecnumber libiberty
-SUBDIR_DEPEND_cc1= cc_int libcpp libdecnumber libiberty
-SUBDIR_DEPEND_gcov= libiberty
-
-SUBDIR_PARALLEL=
-
-.include <bsd.subdir.mk>