aboutsummaryrefslogtreecommitdiff
path: root/runlevels
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-25 14:06:05 +0000
committerRoy Marples <roy@marples.name>2008-03-25 14:06:05 +0000
commit55eb3794fb4ad563102d5ab30c1d5337a599b2e5 (patch)
tree0d052faeb050c1e18ba56f6f6189bff3ffca28c9 /runlevels
parent08aff6ef44ac5dc438d916b53aa61385f6d299f3 (diff)
Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS.
Diffstat (limited to 'runlevels')
-rw-r--r--runlevels/Makefile1
-rw-r--r--runlevels/Makefile.FreeBSD6
-rw-r--r--runlevels/Makefile.Linux2
-rw-r--r--runlevels/Makefile.NetBSD6
4 files changed, 11 insertions, 4 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index 38d93060..9b2a7491 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -11,7 +11,6 @@ include ${MK}/sys.mk
include ${MK}/os.mk
include ${MK}/gitignore.mk
include Makefile.${OS}
-include Makefile.${SUBOS}
all:
diff --git a/runlevels/Makefile.FreeBSD b/runlevels/Makefile.FreeBSD
index fa8622bc..614e965b 100644
--- a/runlevels/Makefile.FreeBSD
+++ b/runlevels/Makefile.FreeBSD
@@ -1 +1,5 @@
-BOOT+= clock dumpon syscons
+# Generic BSD stuff
+BOOT+= hostid net.lo0 newsyslog savecore syslogd
+
+# FreeBSD specific stuff
+BOOT+= adjkerntz dumpon syscons
diff --git a/runlevels/Makefile.Linux b/runlevels/Makefile.Linux
index 81101e34..1aa23f96 100644
--- a/runlevels/Makefile.Linux
+++ b/runlevels/Makefile.Linux
@@ -1,2 +1,2 @@
-BOOT+= clock consolefont keymaps modules mtab net.lo procfs
+BOOT+= hwclock consolefont keymaps modules mtab net.lo procfs
DEFAULT+= hdparm
diff --git a/runlevels/Makefile.NetBSD b/runlevels/Makefile.NetBSD
index ad61d8fb..e6c2e646 100644
--- a/runlevels/Makefile.NetBSD
+++ b/runlevels/Makefile.NetBSD
@@ -1 +1,5 @@
-BOOT+= ttys wscons
+# Generic BSD stuff
+BOOT+= hostid net.lo0 newsyslog savecore syslogd
+
+# NetBSD specific stuff
+BOOT+= ttys wscons