View | Details | Raw Unified | Return to bug 17254
Collapse All | Expand All

(-)usr.sbin/mailwrapper.new/Makefile (+2 lines)
Lines 6-14 Link Here
6
DPADD+=	${LIBUTIL}
6
DPADD+=	${LIBUTIL}
7
LDADD+=	-lutil
7
LDADD+=	-lutil
8
8
9
.if !defined(NO_SENDMAIL)
9
SYMLINKS= 	${BINDIR}/mailwrapper /usr/sbin/sendmail  \
10
SYMLINKS= 	${BINDIR}/mailwrapper /usr/sbin/sendmail  \
10
		${BINDIR}/mailwrapper /usr/bin/newaliases \
11
		${BINDIR}/mailwrapper /usr/bin/newaliases \
11
		${BINDIR}/mailwrapper /usr/bin/mailq
12
		${BINDIR}/mailwrapper /usr/bin/mailq
13
.endif
12
14
13
afterinstall:
15
afterinstall:
14
	@if [ ! -f ${DESTDIR}/etc/mail/mailer.conf ]; then \
16
	@if [ ! -f ${DESTDIR}/etc/mail/mailer.conf ]; then \

Return to bug 17254