diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/Makefile b/config/Makefile index b340a083..86a0b45b 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. # Written by Michael I. Bushnell, p/BSG. # # This file is part of the GNU Hurd. @@ -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 inetd.conf syslog.conf + group resolv.conf syslog.conf installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) LOGINDOTS = .bash_login .bashrc .hushlogin .profile README @@ -63,4 +63,3 @@ $(installed_logins): $(sysconfdir)/login/%: login-% $(installed_conf): $(sysconfdir)/%: % $(INSTALL_DATA) $< $(sysconfdir)/$* - |