diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-04 19:45:09 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-04 19:45:09 +0000 |
commit | de6ca3ba07600314fa31057ca6a69cfcdd7a5e7c (patch) | |
tree | 45ff9e759a2dc24cc86b104f13db9db33e8db8f0 /gnu/usr.bin/cc/Makefile | |
parent | 85904aa20b6015147a98c117427625b9222acb09 (diff) | |
download | FreeBSD-src-de6ca3ba07600314fa31057ca6a69cfcdd7a5e7c.zip FreeBSD-src-de6ca3ba07600314fa31057ca6a69cfcdd7a5e7c.tar.gz |
We don't need this library any more.
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 bd4cc29..c4d939d 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_fbsd cc_tools cc_int cc cc1 cpp0 protoize tradcpp0 doc +SUBDIR= cc_tools cc_int cc cc1 cpp0 protoize tradcpp0 doc .if !defined(NO_CPP) SUBDIR+= cpp |