kernel/netgraph7: Fix some build issues.
[dragonfly.git] / usr.sbin / mailwrapper / Makefile
blob4052d0de2f5dda8e268d323cd9ba978029858f17
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= mailwrapper ${BINDIR}/sendmail \
10 mailwrapper ${BINDIR}/hoststat \
11 mailwrapper ${BINDIR}/purgestat \
12 ../sbin/mailwrapper /usr/bin/newaliases \
13 ../sbin/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>