Deleted Added
full compact
Makefile (100639) Makefile (100872)
1# $FreeBSD: head/usr.sbin/mailwrapper/Makefile 100639 2002-07-24 22:17:22Z peter $
1# $FreeBSD: head/usr.sbin/mailwrapper/Makefile 100872 2002-07-29 09:40:17Z ru $
2
3.if !defined(NO_MAILWRAPPER)
4PROG= mailwrapper
5MAN= mailwrapper.8
6
7DPADD= ${LIBUTIL}
8LDADD= -lutil
9.endif

--- 6 unchanged lines hidden (view full) ---

16
17.if defined(NO_MAILWRAPPER) && !defined(NO_SENDMAIL)
18SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper
19.endif
20
21afterinstall:
22.if !defined(NO_MAILWRAPPER)
23.if !exists(${DESTDIR}/etc/mail/mailer.conf)
2
3.if !defined(NO_MAILWRAPPER)
4PROG= mailwrapper
5MAN= mailwrapper.8
6
7DPADD= ${LIBUTIL}
8LDADD= -lutil
9.endif

--- 6 unchanged lines hidden (view full) ---

16
17.if defined(NO_MAILWRAPPER) && !defined(NO_SENDMAIL)
18SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper
19.endif
20
21afterinstall:
22.if !defined(NO_MAILWRAPPER)
23.if !exists(${DESTDIR}/etc/mail/mailer.conf)
24 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 \
24 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
25 ${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail
26.endif
27.endif
28
29.include <bsd.prog.mk>
25 ${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail
26.endif
27.endif
28
29.include <bsd.prog.mk>