summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-01-31 23:26:55 +0000
committerMark Murray <markm@FreeBSD.org>2003-01-31 23:26:55 +0000
commitedf34e80d827b4f4a8f6bae3079b4e03b26b97c1 (patch)
tree951ca9060da41914cb09da1d16d8cc0e106b8fee /usr.sbin/pkg_install
parentff92b12dce9eb3e466c5154f5aa3ebdf9e82cbbb (diff)
downloadsrc-test2-edf34e80d827b4f4a8f6bae3079b4e03b26b97c1.tar.gz
src-test2-edf34e80d827b4f4a8f6bae3079b4e03b26b97c1.zip
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/sign/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/sign/Makefile b/usr.sbin/pkg_install/sign/Makefile
index 6b6c32760128..a7b354c69d2c 100644
--- a/usr.sbin/pkg_install/sign/Makefile
+++ b/usr.sbin/pkg_install/sign/Makefile
@@ -6,7 +6,6 @@ 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
-CFLAGS+=-DOPENSSL_NO_KRB5
DPADD= ${LIBINSTALL} ${LIBCRYPTO}
LDADD= ${LIBINSTALL} -lcrypto