1 # $FreeBSD: src/usr.sbin/mailwrapper/Makefile,v 1.4.2.5 2003/04/16 11:01:51 ru Exp $
2 # $DragonFly: src/usr.sbin/mailwrapper/Makefile,v 1.4 2005/07/04 13:35:18 corecode Exp $
4 .if
!defined
(NO_MAILWRAPPER
)
13 .if
!defined
(NO_MAILWRAPPER
) ||
!defined
(NO_SENDMAIL
)
14 SYMLINKS
= ${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
20 .if defined
(NO_MAILWRAPPER
) && !defined
(NO_SENDMAIL
)
21 SYMLINKS
+= /usr
/libexec
/sendmail
/sendmail
${BINDIR}/mailwrapper
26 .if
!defined
(NO_MAILWRAPPER
)
27 .if
!exists
(${DESTDIR}/etc
/mail
/mailer.conf
)
28 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
29 ${.CURDIR
}/..
/..
/etc
/mail
/mailer.conf
${DESTDIR}/etc
/mail
33 .
include <bsd.prog.mk
>