summaryrefslogtreecommitdiff
path: root/distrib/utils/libhack/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-03-25 07:43:39 +0000
committerlukem <lukem@NetBSD.org>2002-03-25 07:43:39 +0000
commit25c4cc30b283c083bd65c567f8aacbe54d17dd5b (patch)
tree3f05cfadc50d13ecdfdff6b8f1b7263d4399975f /distrib/utils/libhack/Makefile
parent7e4ac704fe1bab15f0ab357c4eff289e69f3fa7d (diff)
Disable libhack's gethost.o (replacement gethostby{name,addr}()) by default,
as they only support reading /etc/hosts, and its the "least useful" of the libhack routines. Add gethost.o back to Really Small media which appears to need the space savings.
Diffstat (limited to 'distrib/utils/libhack/Makefile')
-rw-r--r--distrib/utils/libhack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/libhack/Makefile b/distrib/utils/libhack/Makefile
index 86821886547..74e73fd574c 100644
--- a/distrib/utils/libhack/Makefile
+++ b/distrib/utils/libhack/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2002/02/03 22:39:52 lukem Exp $
+# $NetBSD: Makefile,v 1.15 2002/03/25 07:43:49 lukem Exp $
#
# Stubs to kill off some things from libc:
# This save space on a boot system.
# (See Makefile.inc also.)
LIB= hack
-SRCS= getcap.c getgrent.c gethost.c getnet.c getnetgr.c getpwent.c \
+SRCS= getcap.c getgrent.c getnet.c getnetgr.c getpwent.c \
localeconv.c perror.c setlocale.c \
strerror.c strsignal.c utmp.c yplib.c