diff options
Diffstat (limited to 'init.d/Makefile')
-rw-r--r-- | init.d/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init.d/Makefile b/init.d/Makefile new file mode 100644 index 00000000..c86468ac --- /dev/null +++ b/init.d/Makefile @@ -0,0 +1,6 @@ +DIR = /etc/init.d +EXES = bootmisc checkfs checkroot hostname local localmount \ + netmount rmnologin urandom halt.sh + +TOPDIR = .. +include $(TOPDIR)/default.mk |