aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/Makefile
diff options
context:
space:
mode:
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 378ababfcde8..000000000000
--- 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>