diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-05-12 14:37:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-05-12 14:37:53 +0000 |
| commit | 5d07b67b574f8d439b73a397fdf843ffeb28efcf (patch) | |
| tree | 2fe9814dabc6eb57403439a3e4599563d9f1d339 | |
| parent | ceefda85fc121ff63199f91d4e18f63ac407d97a (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/sign/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/pkg_install/sign/Makefile b/usr.sbin/pkg_install/sign/Makefile index ffb1b246f743..72a07fbf7388 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 |
