Deleted Added
full compact
Makefile (156813) Makefile (159326)
1# $FreeBSD: head/usr.sbin/mailwrapper/Makefile 156813 2006-03-17 18:54:44Z ru $
1# $FreeBSD: head/usr.sbin/mailwrapper/Makefile 159326 2006-06-06 05:01:12Z delphij $
2
3.include <bsd.own.mk>
4
5.if ${MK_MAILWRAPPER} != "no"
6PROG= mailwrapper
7MAN= mailwrapper.8
8
9DPADD= ${LIBUTIL}
10LDADD= -lutil
2
3.include <bsd.own.mk>
4
5.if ${MK_MAILWRAPPER} != "no"
6PROG= mailwrapper
7MAN= mailwrapper.8
8
9DPADD= ${LIBUTIL}
10LDADD= -lutil
11WARNS?= 6
11.endif
12
13.if ${MK_MAILWRAPPER} != "no" || ${MK_SENDMAIL} != "no"
14SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \
15 ${BINDIR}/mailwrapper /usr/sbin/hoststat \
16 ${BINDIR}/mailwrapper /usr/sbin/purgestat \
17 ${BINDIR}/mailwrapper /usr/bin/newaliases \
18 ${BINDIR}/mailwrapper /usr/bin/mailq

--- 15 unchanged lines hidden ---
12.endif
13
14.if ${MK_MAILWRAPPER} != "no" || ${MK_SENDMAIL} != "no"
15SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \
16 ${BINDIR}/mailwrapper /usr/sbin/hoststat \
17 ${BINDIR}/mailwrapper /usr/sbin/purgestat \
18 ${BINDIR}/mailwrapper /usr/bin/newaliases \
19 ${BINDIR}/mailwrapper /usr/bin/mailq

--- 15 unchanged lines hidden ---