diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-10-19 18:06:55 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-10-20 12:13:47 -0500 |
commit | 960881fcfe974178c0846a816663a258cdd488cc (patch) | |
tree | db1cff0b0f4dcd055efd6f39f1af0e129a1560b9 /conf.d/Makefile | |
parent | d26013494db8ea8699db9815ef4c4b0eb2f55e7f (diff) |
Add net-online service
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 34a3b070..b8da0e04 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -15,7 +15,8 @@ include ${MK}/os.mk CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons -CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules mtab +CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules mtab \ + net-online CONF-NetBSD= moused rarpd savecore |