diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-11 18:07:28 -0500 | 
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-11 18:36:49 -0500 | 
| commit | bb2d7becfd3008379f8f69b5d036922281aa211f (patch) | |
| tree | e7eedb5430c84119dded882f8398d39b301c25e6 /init.d/Makefile | |
| parent | 0f9354becfbd54f9800c93092aa26be859dcf16a (diff) | |
| download | openrc-bb2d7becfd3008379f8f69b5d036922281aa211f.tar.xz | |
Add support for the s6 supervision suite
Diffstat (limited to 'init.d/Makefile')
| -rw-r--r-- | init.d/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/init.d/Makefile b/init.d/Makefile index 0bd3651b..a662f8d7 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -3,7 +3,7 @@ include ../mk/net.mk  DIR=	${INITDIR}  SRCS=	bootmisc.in fsck.in hostname.in local.in localmount.in loopback.in \  	netmount.in osclock.in root.in savecache.in swap.in swapfiles.in \ -	tmpfiles.setup.in swclock.in sysctl.in urandom.in ${SRCS-${OS}} +	tmpfiles.setup.in swclock.in sysctl.in urandom.in s6-svscan.in ${SRCS-${OS}}  BIN=	${OBJS}  # Are we installing our network scripts? | 
