diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
| commit | 1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch) | |
| tree | 8cc3a36b1dd7e1438d05a293cae8eac572126a7c /conf.d/Makefile | |
| parent | 30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff) | |
initial commitorigin/gh-pagesgithub/gh-pages
Diffstat (limited to 'conf.d/Makefile')
| -rw-r--r-- | conf.d/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile deleted file mode 100644 index 93476fc2..00000000 --- a/conf.d/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -include ../mk/net.mk - -DIR= ${CONFDIR} -CONF= bootmisc fsck hostname localmount netmount urandom tmpfiles \ - ${CONF-${OS}} - -ifeq (${MKNET},yes) -CONF+= network staticroute -TARGETS+= network staticroute -CLEANFILES+= network staticroute -endif - -MK= ../mk -include ${MK}/os.mk - -CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons - -CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules - -CONF-NetBSD= moused rarpd savecore - -include ${MK}/scripts.mk - -network: network.in network${SFX} - cat $^ > $@ - -staticroute: staticroute${SFX} - cp $@${SFX} $@ |
