diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-22 07:22:08 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-22 07:22:08 +0000 |
| commit | 424383210b95a77899b363ce0621fae5cb5e76dd (patch) | |
| tree | f4127551cf4306605d7caf04a8ca5440676a3ca0 /libexec/rc | |
| parent | f4022639ae5a50c894708ad3566fb632b915c7b4 (diff) | |
Notes
Diffstat (limited to 'libexec/rc')
| -rw-r--r-- | libexec/rc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rc/Makefile b/libexec/rc/Makefile index 854fae6c7cfb5..3e75a15201b9f 100644 --- a/libexec/rc/Makefile +++ b/libexec/rc/Makefile @@ -8,6 +8,9 @@ CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended .if ${MK_IPFW} != "no" CONFETC+= rc.firewall .endif +.if ${MK_SENDMAIL} != "no" +CONFETC+= rc.sendmail +.endif CONFETCMODE= 644 CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend CONFETCEXECDIR= /etc |
