diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-12-23 18:13:06 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-12-23 18:13:06 -0600 |
commit | 894995176e827eef16bf90b6479b7c285677ceef (patch) | |
tree | 981a76893f35346ec5bab613f3e09b4b3ed2c3a7 /sh/Makefile | |
parent | 5246ea7b6f8c6a247403f725f8301457f6ddfffd (diff) |
Revert "remove /run migration script"
For some reason removing this broke the build.
This reverts commit 5246ea7b6f8c6a247403f725f8301457f6ddfffd.
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile index 176e7209..259954c7 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -14,7 +14,8 @@ SRCS-FreeBSD= BIN-FreeBSD= SRCS-Linux= binfmt.sh.in cgroup-release-agent.sh.in init-early.sh.in \ -BIN-Linux= binfmt.sh cgroup-release-agent.sh init-early.sh + migrate-to-run.sh.in +BIN-Linux= binfmt.sh cgroup-release-agent.sh init-early.sh migrate-to-run.sh INC-Linux= rc-cgroup.sh SRCS-NetBSD= |