diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-11 05:04:21 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-11 05:04:21 +0000 |
commit | e0b2de2c8f8f14deb924191823493c08e5121bae (patch) | |
tree | e2c614bed2a850e909cc3b6c10f3277a6f5477b8 /usr.sbin/praliases/Makefile | |
parent | 75662c3ef92b1b030c18df3723e7f9ae7a7d5157 (diff) | |
download | FreeBSD-src-e0b2de2c8f8f14deb924191823493c08e5121bae.zip FreeBSD-src-e0b2de2c8f8f14deb924191823493c08e5121bae.tar.gz |
Style fixes
Diffstat (limited to 'usr.sbin/praliases/Makefile')
-rw-r--r-- | usr.sbin/praliases/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <bsd.prog.mk> |