summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-09-18 20:47:06 +0000
committerBrad Davis <brd@FreeBSD.org>2018-09-18 20:47:06 +0000
commit22917b7e0ecd93f64a7112bec084ea385e0f5d1d (patch)
treed2ea32684d359197c05c3d27028de39fc250d862 /etc/Makefile
parent26fe2217bfbd6aa6ec67f5c57a2e7344bcf2fdff (diff)
downloadsrc-test-22917b7e0ecd93f64a7112bec084ea385e0f5d1d.tar.gz
src-test-22917b7e0ecd93f64a7112bec084ea385e0f5d1d.zip
Move mail.rc install to usr.bin/mail.
This leverages CONFS to do the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17216
Notes
Notes: svn path=/head/; revision=338757
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index d905d65907062..11f18d6e4dc5e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -34,10 +34,6 @@ BIN1+= ${SRCTOP}/usr.bin/locate/locate/locate.rc
BIN1+= hosts.lpd printcap
.endif
-.if ${MK_MAIL} != "no"
-BIN1+= ${SRCTOP}/usr.bin/mail/misc/mail.rc
-.endif
-
.if ${MK_OPENSSL} != "no"
SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
.endif