diff options
Diffstat (limited to 'config/Makefile')
-rw-r--r-- | config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index 2c1b3bbf..b340a083 100644 --- a/config/Makefile +++ b/config/Makefile @@ -26,7 +26,7 @@ makemode := misc # If override_conf is set to `t' then install even on top of existing # files. SYSCONFFILES = protocols services shells motd ttys hostname fstab passwd \ - group resolv.conf + group resolv.conf inetd.conf syslog.conf installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) LOGINDOTS = .bash_login .bashrc .hushlogin .profile README |