diff options
author | dougb <dougb@FreeBSD.org> | 2003-05-02 22:27:31 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-05-02 22:27:31 +0000 |
commit | 6c2bb0c0915b99851b219ab760eecfc5067d2afc (patch) | |
tree | 218f27c2efc6fe65b08bda69f7ea088ad74e40c9 /etc/Makefile | |
parent | 1163149bb10bcc341ddbe057f7c00fb82486c731 (diff) | |
download | FreeBSD-src-6c2bb0c0915b99851b219ab760eecfc5067d2afc.zip FreeBSD-src-6c2bb0c0915b99851b219ab760eecfc5067d2afc.tar.gz |
Hook rc.sendmail back up, it was removed prematurely
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index c1e8d39..3046912 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -12,7 +12,7 @@ BIN1= amd.map apmd.conf auth.conf \ inetd.conf login.access login.conf \ mac.conf motd netconfig network.subr networks newsyslog.conf \ phones printcap profile protocols \ - rc rc.firewall rc.firewall6 rc.shutdown \ + rc rc.firewall rc.firewall6 rc.sendmail rc.shutdown \ rc.subr remote rpc services \ shells sysctl.conf syslog.conf usbd.conf \ etc.${MACHINE_ARCH}/ttys \ |