diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-09-18 20:47:06 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-09-18 20:47:06 +0000 |
commit | 22917b7e0ecd93f64a7112bec084ea385e0f5d1d (patch) | |
tree | d2ea32684d359197c05c3d27028de39fc250d862 /usr.bin | |
parent | 26fe2217bfbd6aa6ec67f5c57a2e7344bcf2fdff (diff) | |
download | src-22917b7e0ecd93f64a7112bec084ea385e0f5d1d.tar.gz src-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 'usr.bin')
-rw-r--r-- | usr.bin/mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index ea2338b3dded..7b205b8019d8 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -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 \ |