From 9047ea4cb0d0e5e27704369380e128d26c3e86b2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 17 Feb 2017 12:52:38 -0600 Subject: install support files These files have been in the distribution for some time but haven't been installed. They are good examples of how to do things, so we should install them. --- support/sysvinit/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 support/sysvinit/Makefile (limited to 'support/sysvinit') diff --git a/support/sysvinit/Makefile b/support/sysvinit/Makefile new file mode 100644 index 00000000..b2071611 --- /dev/null +++ b/support/sysvinit/Makefile @@ -0,0 +1,8 @@ +MK= ../../mk +include ${MK}/os.mk + +DIR= ${DATADIR}/support/sysvinit +INC= inittab README.md + + +include ${MK}/scripts.mk -- cgit v1.2.3