Default to not building the old net scripts.

This commit is contained in:
Roy Marples
2009-04-19 20:54:11 +00:00
parent 4febf00c06
commit 371506be48
3 changed files with 1 additions and 3 deletions

View File

@@ -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 "";; \