aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mailwrapper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index 65bc7f023ffa..28e0c3c1ce6d 100644
--- a/usr.sbin/mailwrapper/Makefile
+++ b/usr.sbin/mailwrapper/Makefile
@@ -31,9 +31,9 @@ SYMLINKS+= ..${BINDIR}/mailwrapper /bin/rmail
# dma(8) are installed and simply provide a default that can be changed for an
# alternative in ports.
.if ${MK_SENDMAIL} != "no" || ${MK_DMAGENT} == "no"
-FILES= ${SRCTOP}/etc/mail/mailer.conf
-FILESDIR= /etc/mail
-FILESMODE= 644
+CONFS= ${SRCTOP}/etc/mail/mailer.conf
+CONFSDIR= /etc/mail
+CONFSMODE= 644
.endif
.endif