summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-19 20:54:11 +0000
committerRoy Marples <roy@marples.name>2009-04-19 20:54:11 +0000
commit371506be4854d7470cc251c3d9b00d26545ce41a (patch)
treed7b6f0d097ed97899067dbf0c3506e4cc3dc23b8 /Makefile
parent4febf00c06a027a96b00ae12e1bc077792738985 (diff)
downloadopenrc-371506be4854d7470cc251c3d9b00d26545ce41a.tar.gz
openrc-371506be4854d7470cc251c3d9b00d26545ce41a.tar.bz2
openrc-371506be4854d7470cc251c3d9b00d26545ce41a.tar.xz
Default to not building the old net scripts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4635a5..8a934a1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ PKG= ${NAME}-${VERSION}
SUBDIR= conf.d etc init.d man sh src
# Build our old net foo or not
-MKOLDNET?= yes
_OLDNET_SH= case "${MKOLDNET}" in \
[Yy][Ee][Ss]) echo "net doc";; \
*) echo "";; \