Current Path : /compat/linux/proc/68247/root/usr/src/usr.sbin/mailwrapper/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/68247/root/usr/src/usr.sbin/mailwrapper/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/mailwrapper/Makefile 213749 2010-10-12 21:01:26Z markm $ .include <bsd.own.mk> .if ${MK_MAILWRAPPER} != "no" PROG= mailwrapper MAN= mailwrapper.8 DPADD= ${LIBUTIL} LDADD= -lutil .endif .if ${MK_MAILWRAPPER} != "no" || ${MK_SENDMAIL} != "no" SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \ ${BINDIR}/mailwrapper /usr/sbin/hoststat \ ${BINDIR}/mailwrapper /usr/sbin/purgestat \ ${BINDIR}/mailwrapper /usr/bin/newaliases \ ${BINDIR}/mailwrapper /usr/bin/mailq .if ${MK_MAILWRAPPER} == "no" && ${MK_SENDMAIL} != "no" SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper .endif .endif .if ${MK_MAILWRAPPER} != "no" && ${MK_SENDMAIL} == "no" SYMLINKS+= ${BINDIR}/mailwrapper /bin/rmail .endif .if ${MK_MAILWRAPPER} != "no" .if !exists(${DESTDIR}/etc/mail/mailer.conf) FILES= ${.CURDIR}/../../etc/mail/mailer.conf FILESDIR= /etc/mail FILESMODE= 644 .endif .endif .include <bsd.prog.mk>