diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:25:51 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:25:51 +0000 |
commit | 57f804675e65951d630a38d94c07be4a27ae4053 (patch) | |
tree | 08158fea50735ed44fbd645ce7cf2c24beb7c11b /gnu/usr.bin/cc/Makefile | |
parent | 6be21eb77807afea19219b8fd2ee9c0a4609027d (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/Makefile | 32 |
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> |