add missing DPADD

This commit is contained in:
itojun 2001-01-08 07:38:00 +00:00
parent 762bc3c71a
commit 1a0a03b824
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.7 2000/10/01 22:13:37 itojun Exp $
# $NetBSD: Makefile,v 1.8 2001/01/08 07:38:00 itojun Exp $
.include <bsd.own.mk>
# RCSid:
# $Id: Makefile,v 1.7 2000/10/01 22:13:37 itojun Exp $
# $Id: Makefile,v 1.8 2001/01/08 07:38:00 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -31,6 +31,7 @@ SRCS+= app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c \
speed.c spkac.c verify.c version.c x509.c
LDADD+= -lssl -lcrypto
DPADD+= ${LIBSSL} ${LIBCRYPTO}
CPPFLAGS+= -DMONOLITH -DUSE_SSL