diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 13:42:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 13:42:35 +0000 |
commit | c91de275e9a618be49b3b65dfac07a116f35d47e (patch) | |
tree | f5e55f07122af96dba969cada79f45271688e03f /runlevels.BSD | |
parent | 11a745ab0c3842e20251e58073ef0587ae68123b (diff) |
Fix local.rc for the correct order
Diffstat (limited to 'runlevels.BSD')
-rw-r--r-- | runlevels.BSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index 45285b51..22f5b799 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,5 +1,5 @@ BOOTLEVEL = net.lo0 sysctl syscons -DEFAULT = +DEFAULT = local.rc TOPDIR = .. include $(TOPDIR)/runlevels.mk |