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 /conf.d/Makefile | |
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 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index b8da0e04..fb54fc57 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -13,7 +13,7 @@ endif MK= ../mk include ${MK}/os.mk -CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons +CONF-FreeBSD= ipfw modules moused powerd rarpd savecore syscons CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules mtab \ net-online |