diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-19 20:22:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-19 20:22:42 +0000 |
commit | 665fb296a74d7ffbc5b27b62d5a91e0684b7459a (patch) | |
tree | e9fe5b363a30ba4e78e88a4a983463fc45623b59 /gnu/usr.bin/cc/Makefile | |
parent | 8bdd91e3a1588f2f10b68c5aca723cf87c0722a0 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 3c28c5b4f2493..afe0a3c17e251 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -3,7 +3,7 @@ # The order of some of these are rather important. Some depend on previous # subdirs. -SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1plus c++ c++filt doc +SUBDIR= cc_fbsd cc_tools cc_int cc_drv cpp cc1 cc cc1plus c++ c++filt doc .if !defined(NO_OBJC) SUBDIR+= cc1obj |