diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 16:29:45 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 16:29:45 +0000 |
| commit | 83f56d9ae49bc674154b5688dca21dc40194bb94 (patch) | |
| tree | f025d67a22654d8ff2203628f971ff7d615e4142 /gnu/usr.bin/cc | |
| parent | 5d86203733738382e4207e3e9758e36f446d09a0 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index cd7b47f43754..c1565e6cc605 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -9,12 +9,14 @@ SUBDIR= cc_fbsd cc_tools cc_int cc cc1 cpp0 protoize tradcpp0 SUBDIR+= cpp .endif +.if notyet .if !defined(NO_CXX) SUBDIR+= cc1plus c++ c++filt doc .if !defined(NO_COLLECT2) #SUBDIR+= collect2 .endif .endif +.endif .if !defined(NO_OBJC) SUBDIR+= cc1obj |
