1 # $FreeBSD: src/usr.sbin/mailwrapper/Makefile,v 1.4.2.5 2003/04/16 11:01:51 ru Exp $
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
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
21 .
include <bsd.prog.mk
>