summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/sign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/sign/Makefile')
-rw-r--r--usr.sbin/pkg_install/sign/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/sign/Makefile b/usr.sbin/pkg_install/sign/Makefile
index 72a07fb..a7b354c 100644
--- a/usr.sbin/pkg_install/sign/Makefile
+++ b/usr.sbin/pkg_install/sign/Makefile
@@ -2,14 +2,13 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/10/07 16:30:32 espie Exp $
PROG= pkg_sign
+LINKS= ${BINDIR}/pkg_sign ${BINDIR}/pkg_check
+MLINKS= pkg_sign.1 pkg_check.1
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} ${LIBCRYPTO}
LDADD= ${LIBINSTALL} -lcrypto
-LINKS= ${BINDIR}/pkg_sign ${BINDIR}/pkg_check
-MLINKS= pkg_sign.1 pkg_check.1
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud