kernel - Reduce lwp_signotify() latency
[dragonfly.git] / usr.sbin / mailwrapper / Makefile
1 # $FreeBSD: src/usr.sbin/mailwrapper/Makefile,v 1.4.2.5 2003/04/16 11:01:51 ru Exp $
2
3 PROG=   mailwrapper
4 MAN=    mailwrapper.8
5
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8
9 SYMLINKS=       ${BINDIR}/mailwrapper /usr/sbin/sendmail  \
10                 ${BINDIR}/mailwrapper /usr/sbin/hoststat  \
11                 ${BINDIR}/mailwrapper /usr/sbin/purgestat \
12                 ${BINDIR}/mailwrapper /usr/bin/newaliases \
13                 ${BINDIR}/mailwrapper /usr/bin/mailq
14
15 afterinstall:
16 .if !exists(${DESTDIR}/etc/mail/mailer.conf)
17         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
18             ${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail
19 .endif
20
21 .include <bsd.prog.mk>