diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:53:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:53:33 +0000 |
commit | ffbd5f978d5e034c5c1c8c018f77afcc43eba8d4 (patch) | |
tree | 0db60fb94584b564904c50e18e3ff4f05eb4cdcb /secure/usr.bin/openssl/Makefile | |
parent | 0c5874752b9906c2928c57de2a78a6a5fb277673 (diff) | |
download | FreeBSD-src-ffbd5f978d5e034c5c1c8c018f77afcc43eba8d4.zip FreeBSD-src-ffbd5f978d5e034c5c1c8c018f77afcc43eba8d4.tar.gz |
secure/ build fixes:
- TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a
in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there.
- SSHDIR (formerly SSHSRC) is now shared between all SSH modules.
New LIBSSH is introduced for libssh.a (an internal static lib).
Previously, build without prior `obj' was broken; SSH modules
always looked for libssh.a in ${.OBJDIR}. Also, the dependancies
on the libssh.a were missing.
- libtelnet/ did not install the crypto version of telnet.h into
/usr/include/arpa.
- Removed BINOWN, BINMODE, BINDIR and SRCS with default values.
Reviewed by: markm
- MAN[1-9] -> MAN.
Diffstat (limited to 'secure/usr.bin/openssl/Makefile')
-rw-r--r-- | secure/usr.bin/openssl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile index a97daf4..efe3c302 100644 --- a/secure/usr.bin/openssl/Makefile +++ b/secure/usr.bin/openssl/Makefile @@ -10,7 +10,6 @@ PROG= openssl MAINTAINER= kris LDADD= -lssl -lcrypto -MAN1= openssl.1 MLINKS= openssl.1 ssl.8 CFLAGS+= -DMONOLITH -I${.CURDIR} |