aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-12-23 05:07:37 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-12-23 05:07:37 +0000
commit8ff1029282411f7f50054c8745912ac755976857 (patch)
treef507edb231cd4feb0a89f65f39e3c59766e6f406 /lib/Makefile
parentdad7105a9bbe026d8d248b2232ab12539c1db37f (diff)
downloadsrc-8ff1029282411f7f50054c8745912ac755976857.tar.gz
src-8ff1029282411f7f50054c8745912ac755976857.zip
In the spirit of Christmas, I give ye a gift!
- A major 11th hour, last second, untested commit! Build some infrastructure to clean up the compat lib distributions, and also allow them to be installed from the source tree rather than having to to and get the tarballs from freefall or a CD. Some tweaks to /etc/make.conf are in the pipeline to enable it. This came about because it became apparent that we'd have to change the compat21.tgz tarball to fix the NIS problem with 2.1.x binaries. Since it's tar..gz.uu, doing this would have caused a huge repository change and we may as well try and fix it once and for all. Now, adding/removing libraries should have MUCH less repository impact. Peril sensative sunglasses: on! Flame proof suit: on! Concept reviewed by a stream of ascii representing the opinion of: jkh Changes casually reviewed by: jkh (but not actually tested)
Notes
Notes: svn path=/head/; revision=20845
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 1d3352255d0d..ebe1692ce5f4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -46,4 +46,6 @@ SUBDIR+= libm
SUBDIR+= msun
.endif
+SUBDIR+= compat
+
.include <bsd.subdir.mk>