Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS.
This commit is contained in:
		| @@ -11,7 +11,6 @@ include ${MK}/sys.mk | ||||
| include ${MK}/os.mk | ||||
| include ${MK}/gitignore.mk | ||||
| include Makefile.${OS} | ||||
| include Makefile.${SUBOS} | ||||
|  | ||||
| all: | ||||
|  | ||||
|   | ||||
| @@ -1 +1,5 @@ | ||||
| BOOT+=		clock dumpon syscons | ||||
| # Generic BSD stuff | ||||
| BOOT+=		hostid net.lo0 newsyslog savecore syslogd | ||||
|  | ||||
| # FreeBSD specific stuff | ||||
| BOOT+=		adjkerntz dumpon syscons | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| BOOT+=		clock consolefont keymaps modules mtab net.lo procfs | ||||
| BOOT+=		hwclock consolefont keymaps modules mtab net.lo procfs | ||||
| DEFAULT+=	hdparm | ||||
|   | ||||
| @@ -1 +1,5 @@ | ||||
| BOOT+=	ttys wscons | ||||
| # Generic BSD stuff | ||||
| BOOT+=		hostid net.lo0 newsyslog savecore syslogd | ||||
|  | ||||
| # NetBSD specific stuff | ||||
| BOOT+=		ttys wscons | ||||
|   | ||||
		Reference in New Issue
	
	Block a user