kernel - support dummy reallocblks in devfs
[dragonfly.git] / usr.sbin / mailwrapper / Makefile
blobf2220b39ba141063d539c119a89c474f99dd1692
1 # $FreeBSD: src/usr.sbin/mailwrapper/Makefile,v 1.4.2.5 2003/04/16 11:01:51 ru Exp $
3 PROG= mailwrapper
4 MAN= mailwrapper.8
6 DPADD= ${LIBUTIL}
7 LDADD= -lutil
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
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
21 .include <bsd.prog.mk>