1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

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
This commit is contained in:
Brad Davis 2018-09-18 20:47:06 +00:00
parent 26fe2217bf
commit 22917b7e0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338757
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 1/25/94
# $FreeBSD$
CONFS= misc/mail.rc
PROG= mail
SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \