(svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present
authorbjarni
Sun, 12 Sep 2004 19:07:54 +0000
changeset 219 adfdf7fad721
parent 218 6ece1c23c246
child 220 dc1710f96b39
(svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present
Makefile
--- a/Makefile	Sun Sep 12 19:03:11 2004 +0000
+++ b/Makefile	Sun Sep 12 19:07:54 2004 +0000
@@ -125,7 +125,9 @@
 	endif
 endif
 
+# this is used if there aren't any makefile.config
 ifndef CONFIG_INCLUDED
+ENABLE_NETWORK:=1   # sets network on by default if there aren't any config file
 -include $(LIB_DETECTION)
 endif