From e0b2de2c8f8f14deb924191823493c08e5121bae Mon Sep 17 00:00:00 2001 From: gshapiro Date: Wed, 11 Oct 2000 05:04:21 +0000 Subject: Style fixes --- libexec/mail.local/Makefile | 8 ++++---- libexec/smrsh/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libexec') diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index f042fac..3eb1545 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -16,13 +16,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR .endif LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a -DPADD+= ${LIBSMUTIL} -LDADD+= ${LIBSMUTIL} +DPADD= ${LIBSMUTIL} +LDADD= ${LIBSMUTIL} # 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} .include diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index 37c2e4d..a32f935 100644 --- a/libexec/smrsh/Makefile +++ b/libexec/smrsh/Makefile @@ -16,13 +16,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR .endif LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a -DPADD+= ${LIBSMUTIL} -LDADD+= ${LIBSMUTIL} +DPADD= ${LIBSMUTIL} +LDADD= ${LIBSMUTIL} # 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} .include -- cgit v1.1