diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:36:22 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:36:22 +0000 |
commit | 1612f7119b1067cf6c4a63356aa2517c8f615029 (patch) | |
tree | 6e979d3a06173f1825035f903f5ea6fc7af8af51 /config | |
parent | ffd5182119a437f67b02607cc3ea6e7885a92254 (diff) |
(SYSCONFFILES): Added passwd.
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index e00bb928..caea00fc 100644 --- a/config/Makefile +++ b/config/Makefile @@ -25,7 +25,7 @@ makemode := misc # to overwrite an existing file. Print a warning for such files. # If override_conf is set to `t' then install even on top of existing # files. -SYSCONFFILES = protocols services shells motd ttys hostname fstab +SYSCONFFILES = protocols services shells motd ttys hostname fstab passwd installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) # Mere symlinks are installed for these |