summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-23 05:07:37 +0000
committerpeter <peter@FreeBSD.org>1996-12-23 05:07:37 +0000
commit6c1ee6b7289c56d7dd81e9ae7878bfd5c2be6f4a (patch)
treef507edb231cd4feb0a89f65f39e3c59766e6f406 /lib/Makefile
parenta45ab5c14b87fc340482e0bc5e746bfba7368c0b (diff)
downloadFreeBSD-src-6c1ee6b7289c56d7dd81e9ae7878bfd5c2be6f4a.zip
FreeBSD-src-6c1ee6b7289c56d7dd81e9ae7878bfd5c2be6f4a.tar.gz
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)
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 1d33522..ebe1692 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -46,4 +46,6 @@ SUBDIR+= libm
SUBDIR+= msun
.endif
+SUBDIR+= compat
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud