diff options
author | Doug Freed <dwfreed@mtu.edu> | 2016-12-12 15:13:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 15:13:26 -0500 |
commit | 204971c6e2ea1e37fa037e09bff02eea3a07f843 (patch) | |
tree | 85e4b1d17fcfe1875bf1470cc1ded0155589e2a1 | |
parent | 3552f0ae548d68effd4411ad4080e7b13fe627c5 (diff) |
runlevels: remove bad trailing backslash
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index 103577ac..8007bdda 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -36,7 +36,7 @@ BOOT-FreeBSD+= hostid modules newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons -BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs termencoding \ +BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs termencoding SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs dmesg sysfs |