Move FreeBSD specific files to the new FreeBSD folders.

This commit is contained in:
Roy Marples 2008-01-10 20:17:55 +00:00
parent 22b7a12b6e
commit 5aea880f81
14 changed files with 23 additions and 4 deletions

5
conf.d.FreeBSD/Makefile Normal file
View File

@ -0,0 +1,5 @@
DIR= /etc/conf.d
CONF= ${CONTENTS}
MK= ../mk
include ${MK}/scripts.mk

View File

@ -1,6 +1,5 @@
DIR= /etc
CONF= devd.conf rc rc.shutdown
BIN= rc.devd
CONF= $(CONTENTS)
MK= ../mk
include ${MK}/scripts.mk

6
etc.FreeBSD/Makefile Normal file
View File

@ -0,0 +1,6 @@
DIR= /etc
CONF= devd.conf
BIN= rc.devd
MK= ../mk
include ${MK}/scripts.mk

5
init.d.FreeBSD/Makefile Normal file
View File

@ -0,0 +1,5 @@
DIR= /etc/init.d
BIN= ${CONTENTS}
MK= ../mk
include ${MK}/scripts.mk

0
init.d.BSD/dumpon → init.d.FreeBSD/dumpon Executable file → Normal file
View File

View File

@ -1,5 +1,5 @@
BOOT= dumpon hostid net.lo0 newsyslog savecore syscons syslogd
BOOT= hostid net.lo0 newsyslog savecore syslogd
DEFAULT= local.rc mixer powerd
MK= ../mk
MK= ../mk
include ${MK}/runlevels.mk

View File

@ -0,0 +1,4 @@
BOOT= dumpon hostid syscons
MK= ../mk
include ${MK}/runlevels.mk