diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:14:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:14:58 +0000 |
commit | 27858f17caf6e0f67ecf90ce34fccb8647c8a399 (patch) | |
tree | 433b1bd1525765946b071476bbc89e7e12a0f91d /config | |
parent | abd9ff28b9b6d896ebdf5624e81d745848cc475e (diff) |
(SYSCONFFILES): Added fstab.
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 94c1445f..e00bb928 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 +SYSCONFFILES = protocols services shells motd ttys hostname fstab installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) # Mere symlinks are installed for these |