diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-11 05:04:21 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-11 05:04:21 +0000 |
commit | c6cc60252ddb0f6708ad163ad42638dd534fa58d (patch) | |
tree | b462176666055d4328a133242c39b7ae7122ab72 /bin/rmail/Makefile | |
parent | 3866ec806159dc580d913c3a5b7879c5fd4d7f27 (diff) |
Style fixes
Notes
Notes:
svn path=/head/; revision=66961
Diffstat (limited to 'bin/rmail/Makefile')
-rw-r--r-- | bin/rmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 87bd3c95faa8..fcc11bb56f62 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -16,14 +16,14 @@ 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} # If you want to have your rmail queuing the mail only, uncomment the # following: |