diff options
author | espie <> | 2002-05-11 00:20:21 +0000 |
---|---|---|
committer | espie <> | 2002-05-11 00:20:21 +0000 |
commit | c5c2a45fa0e5d6fbc606411f9c7617152b3a1d48 (patch) | |
tree | 474705b7de484a8540557edaaf0687e7d8b10176 /src | |
parent | 61c79b3704039c9c5bc6d568688cf353b9f5c109 (diff) | |
download | openbsd-c5c2a45fa0e5d6fbc606411f9c7617152b3a1d48.tar.gz openbsd-c5c2a45fa0e5d6fbc606411f9c7617152b3a1d48.tar.bz2 openbsd-c5c2a45fa0e5d6fbc606411f9c7617152b3a1d48.zip |
Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README
ok deraadt@
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index d6e11974c8..97131b640d 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile | |||
@@ -5,6 +5,7 @@ BINOWN= root | |||
5 | BINGRP= bin | 5 | BINGRP= bin |
6 | BINMODE= 555 | 6 | BINMODE= 555 |
7 | BINDIR= /usr/sbin | 7 | BINDIR= /usr/sbin |
8 | DPADD= ${LIBSSL} ${LIBCRYPTO} | ||
8 | LDADD= -lssl -lcrypto | 9 | LDADD= -lssl -lcrypto |
9 | NOMAN= not yet kiddies | 10 | NOMAN= not yet kiddies |
10 | 11 | ||