summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-08 21:04:05 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-08 21:04:05 -0500
commit5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960 (patch)
treef468cda109dc6023b11687f18f71553a4a32748b /Makefile
parent3e2018f5e9c5cfd4ba8066747fc02dac1ce22f59 (diff)
downloadopenrc-5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960.tar.gz
openrc-5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960.tar.bz2
openrc-5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960.tar.xz
make oldnet the default for now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0462f02..028c363 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ include Makefile.inc
SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d
# Build our old net foo or not
+MKOLDNET?= yes
ifeq (${MKOLDNET},yes)
SUBDIR+= net doc
endif