aboutsummaryrefslogtreecommitdiff
path: root/sh/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-12-23 18:30:32 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-12-23 21:04:00 -0600
commitd328de198d0ad980188b105decc09405652aa3d6 (patch)
tree8fde9ed1783e255b34cf2e2f295aa00827429404 /sh/Makefile
parenta9fc26ac1367ac887eab76007e8834dfe787edcd (diff)
remove /run migration script again
This time it was done correctly. I missed a '\' the last time.
Diffstat (limited to 'sh/Makefile')
-rw-r--r--sh/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sh/Makefile b/sh/Makefile
index 259954c7..ef590e81 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -13,9 +13,8 @@ include ${MK}/os.mk
SRCS-FreeBSD=
BIN-FreeBSD=
-SRCS-Linux= binfmt.sh.in cgroup-release-agent.sh.in init-early.sh.in \
- migrate-to-run.sh.in
-BIN-Linux= binfmt.sh cgroup-release-agent.sh init-early.sh migrate-to-run.sh
+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
INC-Linux= rc-cgroup.sh
SRCS-NetBSD=