From e0b2de2c8f8f14deb924191823493c08e5121bae Mon Sep 17 00:00:00 2001 From: gshapiro Date: Wed, 11 Oct 2000 05:04:21 +0000 Subject: Style fixes --- usr.sbin/praliases/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/praliases') diff --git a/usr.sbin/praliases/Makefile b/usr.sbin/praliases/Makefile index 6b242a2..a10ce4c 100644 --- a/usr.sbin/praliases/Makefile +++ b/usr.sbin/praliases/Makefile @@ -24,13 +24,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR .endif LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a -DPADD+= ${LIBSMDB} ${LIBSMUTIL} -LDADD+= ${LIBSMDB} ${LIBSMUTIL} +DPADD= ${LIBSMDB} ${LIBSMUTIL} +LDADD= ${LIBSMDB} ${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