From c5c2a45fa0e5d6fbc606411f9c7617152b3a1d48 Mon Sep 17 00:00:00 2001 From: espie <> Date: Sat, 11 May 2002 00:20:21 +0000 Subject: 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@ --- src/usr.sbin/openssl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 BINGRP= bin BINMODE= 555 BINDIR= /usr/sbin +DPADD= ${LIBSSL} ${LIBCRYPTO} LDADD= -lssl -lcrypto NOMAN= not yet kiddies -- cgit v1.2.3-55-g6feb