diff options
author | wollman <wollman@FreeBSD.org> | 1996-11-20 20:55:11 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-11-20 20:55:11 +0000 |
commit | 3f41d18a7444a4c324c84e334c5781dd274d226a (patch) | |
tree | f053d753dabf048338954fbd1513ae9dc84926b9 /lib/liby | |
parent | a7bbd969467029457eb54e5a451f889e6f07a13f (diff) | |
download | FreeBSD-src-3f41d18a7444a4c324c84e334c5781dd274d226a.zip FreeBSD-src-3f41d18a7444a4c324c84e334c5781dd274d226a.tar.gz |
Oops, we still want to build/install the static libraries.
Diffstat (limited to 'lib/liby')
-rw-r--r-- | lib/liby/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/liby/Makefile b/lib/liby/Makefile index ecf89d7..a6095af 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,7 +1,6 @@ -# $Id: Makefile,v 1.10 1996/10/08 20:06:22 bde Exp $ +# $Id: Makefile,v 1.2 1996/11/20 20:54:28 wollman Exp $ LIB= y -INTERNALLIB= yes # Do not build or install ${LIB}*.a SHLIB_MAJOR= 2 SHLIB_MINOR= 0 |