From e0b2de2c8f8f14deb924191823493c08e5121bae Mon Sep 17 00:00:00 2001 From: gshapiro Date: Wed, 11 Oct 2000 05:04:21 +0000 Subject: Style fixes --- secure/usr.sbin/sendmail/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'secure') diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index b2dfcdc..454a633 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/usr.sbin/sendmail/Makefile @@ -41,8 +41,8 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR .endif LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a -DPADD+= ${LIBSMUTIL} -LDADD+= ${LIBSMUTIL} +DPADD= ${LIBSMUTIL} +LDADD= ${LIBSMUTIL} .if !defined(NOCRYPT) && !defined(NO_OPENSSL) # STARTTLS support @@ -53,9 +53,9 @@ DPADD+= ${LIBSSL} ${LIBCRYPTO} # User customizations to the sendmail build environment CFLAGS+=${SENDMAIL_CFLAGS} -LDFLAGS+=${SENDMAIL_LDFLAGS} -LDADD+=${SENDMAIL_LDADD} DPADD+=${SENDMAIL_DPADD} +LDADD+=${SENDMAIL_LDADD} +LDFLAGS+=${SENDMAIL_LDFLAGS} beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ -- cgit v1.1