aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-14 01:49:10 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-14 01:49:10 +0000
commit909b9cad2982e9398d5da82e79b1d6a1c6e8a64c (patch)
tree05d71d55146cae68c2ae3e0d23e7cffe94f40e11 /Makefile
parent6ba29662feacc69946a0b304208b65893ca2dd9d (diff)
downloadbusybox-w32-909b9cad2982e9398d5da82e79b1d6a1c6e8a64c.tar.gz
busybox-w32-909b9cad2982e9398d5da82e79b1d6a1c6e8a64c.tar.bz2
busybox-w32-909b9cad2982e9398d5da82e79b1d6a1c6e8a64c.zip
Use the system passwd and group stuff by default
git-svn-id: svn://busybox.net/trunk/busybox@2071 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cf23a95f..edf77ad9d 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ DODEBUG = false
50# I will get fewer emails asking about how glibc NSS works). Enabling this adds 50# I will get fewer emails asking about how glibc NSS works). Enabling this adds
51# just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs), 51# just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs),
52# Most people will want to leave this set to false. 52# Most people will want to leave this set to false.
53USE_SYSTEM_PWD_GRP = false 53USE_SYSTEM_PWD_GRP = true
54 54
55# This enables compiling with dmalloc ( http://dmalloc.com/ ) 55# This enables compiling with dmalloc ( http://dmalloc.com/ )
56# which is an excellent public domain mem leak and malloc problem 56# which is an excellent public domain mem leak and malloc problem