diff options
author | Roy Marples <roy@marples.name> | 2007-12-05 16:22:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-05 16:22:20 +0000 |
commit | 0f7cb3293a4b24ee00ac30803a834bd8534cae5b (patch) | |
tree | 0ff2611121fbe8fea1a5e1852f14dec9530ba74e /runlevels.BSD/Makefile | |
parent | 43174080279226ba243602aeedd0f5c8b966d2f8 (diff) |
Add a mixer init script
Diffstat (limited to 'runlevels.BSD/Makefile')
-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 9258fdd8..72980f26 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,5 +1,5 @@ BOOT = dumpon hostid net.lo0 savecore syscons syslogd -DEFAULT = local.rc powerd +DEFAULT = local.rc mixer powerd TOPDIR = .. include $(TOPDIR)/runlevels.mk |