diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-17 14:53:12 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-18 17:09:41 -0500 |
commit | 314ae3dc781d7ae8fc26c276a85b0dc6ab6bc326 (patch) | |
tree | cf1f90ed1c5b0cf8d4eae15805c1017d3d0e912c /runlevels | |
parent | 695be59083cdf0d2ff9296f2c210e591c51bdf40 (diff) |
modules: add support for FreeBSD
This is based on a patch submitted by
Joe Maloney <pkgdemonteam@gmail.com>.
This fixes #91.
Diffstat (limited to 'runlevels')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index df6b53a2..d367147e 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -32,7 +32,7 @@ SYSINIT-${OS}= BOOT-BSD= hostid newsyslog savecore syslogd swap-blk # Generic BSD stuff -BOOT-FreeBSD+= hostid newsyslog savecore syslogd +BOOT-FreeBSD+= hostid modules newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons |