From d4c71415a9514c3d478e6ed110cba72a0d80a378 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 17 Apr 2009 23:23:31 +0000 Subject: Add MKOLDNET=yes/no toggle --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17e844e0..b4635a57 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,17 @@ NAME= openrc VERSION= 0.4.3 PKG= ${NAME}-${VERSION} -SUBDIR= conf.d doc etc init.d man net sh src +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 "";; \ + esac +_OLDNET!= ${_OLDNET_SH} +SUBDIR+= ${_OLDNET}$(shell ${_OLDNET_SH}) + # We need to ensure that runlevels is done last SUBDIR+= runlevels -- cgit v1.2.3