aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
commitcf1fec423af7716ba778ed1ca9f94211cccec534 (patch)
tree337d84bdd38fc7d00825f7aa98d34e3061b2137a /secure
parent18a73213ecd2aaaabdb5f64bba424575ffdfcfb3 (diff)
downloadsrc-cf1fec423af7716ba778ed1ca9f94211cccec534.tar.gz
src-cf1fec423af7716ba778ed1ca9f94211cccec534.zip
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.sbin/sendmail/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile
index 0eaa38611785..d6fa29247535 100644
--- a/secure/usr.sbin/sendmail/Makefile
+++ b/secure/usr.sbin/sendmail/Makefile
@@ -28,7 +28,7 @@ SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \
stab.c stats.c sysexits.c timers.c trace.c udb.c usersmtp.c util.c \
version.c
DPADD= ${LIBUTIL} ${LIBWRAP}
-LDADD+= -lutil -lwrap
+LDADD= -lutil -lwrap
MAN1= mailq.1 newaliases.1
MAN5= aliases.5
MAN8= sendmail.8
@@ -44,6 +44,12 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a
DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
+# User customizations to the sendmail build environment
+CFLAGS+=${SENDMAIL_CFLAGS}
+LDFLAGS+=${SENDMAIL_LDFLAGS}
+LDADD+=${SENDMAIL_LDADD}
+DPADD+=${SENDMAIL_DPADD}
+
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/sendmail.st