From 5d07b67b574f8d439b73a397fdf843ffeb28efcf Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 12 May 2001 14:37:53 +0000 Subject: [PATCH] Fixed a missing library in DPADD. Fixed some style bugs. --- usr.sbin/pkg_install/sign/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/usr.sbin/pkg_install/sign/Makefile b/usr.sbin/pkg_install/sign/Makefile index ffb1b246f74..72a07fbf738 100644 --- a/usr.sbin/pkg_install/sign/Makefile +++ b/usr.sbin/pkg_install/sign/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ # $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/10/07 16:30:32 espie Exp $ -PROG= pkg_sign -SRCS= main.c check.c common.c gzip.c pgp_check.c pgp_sign.c sha1.c sign.c stand.c x509.c +PROG= pkg_sign +SRCS= main.c check.c common.c gzip.c pgp_check.c pgp_sign.c \ + sha1.c sign.c stand.c x509.c -DPADD= ${LIBINSTALL} -LDADD= ${LIBINSTALL} -lcrypto +DPADD= ${LIBINSTALL} ${LIBCRYPTO} +LDADD= ${LIBINSTALL} -lcrypto LINKS= ${BINDIR}/pkg_sign ${BINDIR}/pkg_check MLINKS= pkg_sign.1 pkg_check.1