summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorespie <>2002-05-11 00:20:21 +0000
committerespie <>2002-05-11 00:20:21 +0000
commitc5c2a45fa0e5d6fbc606411f9c7617152b3a1d48 (patch)
tree474705b7de484a8540557edaaf0687e7d8b10176 /src
parent61c79b3704039c9c5bc6d568688cf353b9f5c109 (diff)
downloadopenbsd-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/Makefile1
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
5BINGRP= bin 5BINGRP= bin
6BINMODE= 555 6BINMODE= 555
7BINDIR= /usr/sbin 7BINDIR= /usr/sbin
8DPADD= ${LIBSSL} ${LIBCRYPTO}
8LDADD= -lssl -lcrypto 9LDADD= -lssl -lcrypto
9NOMAN= not yet kiddies 10NOMAN= not yet kiddies
10 11