diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-01-28 23:08:41 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-01-28 23:08:41 +0000 |
| commit | c6dfac3ee8f398ff049dd95c9872343cc848a44a (patch) | |
| tree | bd59e778c9d0c609d7054a8f17c876f8070c3377 | |
| parent | cb9c19ff8675deb24726df102988d19bd5200585 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/sign/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/sendmail/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/sign/Makefile b/usr.sbin/pkg_install/sign/Makefile index a7b354c69d2c2..6b6c32760128b 100644 --- a/usr.sbin/pkg_install/sign/Makefile +++ b/usr.sbin/pkg_install/sign/Makefile @@ -6,6 +6,7 @@ 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 diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 32b5e89cf1b30..ad5520adf2654 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -34,6 +34,7 @@ MAPS= -DMAP_REGEX -DDNSMAP CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I. CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DNETINET6 -DTCPWRAPPERS ${MAPS} +CFLAGS+= -DOPENSSL_NO_KRB5 DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap |
