diff options
author | dg <dg@FreeBSD.org> | 1995-09-06 14:34:50 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-09-06 14:34:50 +0000 |
commit | ee00d7e1dea6536cc732b82d48334e3d11d7f6ac (patch) | |
tree | 4959342e196638f9d1e660ae155c75b34ac11a00 /lib/libmd | |
parent | 9314fce4818bad214305a9dac752d9f77d2efd9d (diff) | |
download | FreeBSD-src-ee00d7e1dea6536cc732b82d48334e3d11d7f6ac.zip FreeBSD-src-ee00d7e1dea6536cc732b82d48334e3d11d7f6ac.tar.gz |
Back out that last change; we don't build this shared.
Diffstat (limited to 'lib/libmd')
-rw-r--r-- | lib/libmd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 3a47da8..ab70c11 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -1,8 +1,6 @@ # $FreeBSD$ LIB= md -SHLIB_MAJOR= 2 -SHLIB_MINOR= 1 NOPIC= true SRCS= md2c.c md4c.c md5c.c md2hl.c md4hl.c md5hl.c .if exists(obj) |