diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-06 18:40:09 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-07 01:33:58 +0200 |
commit | 4f4a377d7acb555193566db3ee459adc19e2e6a5 (patch) | |
tree | a5b334c458c48864b469dcd60ae9a4aa35ea3739 /Makefile.am | |
parent | 212d3022e7dc9117351c09d9154d2360fe1eb91f (diff) |
Add VFS setup scripts
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 31a9f35..cd45a47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ helper_PROGRAMS = include lib/Makemodule.am include cmd/Makemodule.am include initd/Makemodule.am +include scripts/Makemodule.am include services/Makemodule.am include servicecmd/Makemodule.am @@ -22,6 +23,12 @@ install-data-local: $(LN_S) $(TEMPLATEDIR)/hostname $(DESTDIR)$(SVCDIR)/hostname $(LN_S) $(TEMPLATEDIR)/sysctl $(DESTDIR)$(SVCDIR)/sysctl $(LN_S) $(TEMPLATEDIR)/sysinit $(DESTDIR)$(SVCDIR)/sysinit + $(LN_S) $(TEMPLATEDIR)/procfs $(DESTDIR)$(SVCDIR)/procfs + $(LN_S) $(TEMPLATEDIR)/sysfs $(DESTDIR)$(SVCDIR)/sysfs + $(LN_S) $(TEMPLATEDIR)/devfs $(DESTDIR)$(SVCDIR)/devfs + $(LN_S) $(TEMPLATEDIR)/tmpfs $(DESTDIR)$(SVCDIR)/tmpfs + $(LN_S) $(TEMPLATEDIR)/tmpfsrun $(DESTDIR)$(SVCDIR)/tmpfsrun + $(LN_S) $(TEMPLATEDIR)/vfs $(DESTDIR)$(SVCDIR)/vfs $(LN_S) $(TEMPLATEDIR)/shutdown $(DESTDIR)$(SVCDIR)/shutdown $(LN_S) $(TEMPLATEDIR)/reboot $(DESTDIR)$(SVCDIR)/reboot $(LN_S) $(TEMPLATEDIR)/sync $(DESTDIR)$(SVCDIR)/sync@shutdown |