Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/newsmips/floppies/ramdisk use ${HACKOBJS:Ngethost.o}...



details:   https://anonhg.NetBSD.org/src/rev/16f011885a06
branches:  trunk
changeset: 521689:16f011885a06
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Feb 03 16:35:11 2002 +0000

description:
use ${HACKOBJS:Ngethost.o} instead of trying to keep HACKOBJS in sync with HACKSRC/Makefile.inc

diffstat:

 distrib/newsmips/floppies/ramdisk/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e0be1c68db5e -r 16f011885a06 distrib/newsmips/floppies/ramdisk/Makefile
--- a/distrib/newsmips/floppies/ramdisk/Makefile        Sun Feb 03 16:22:19 2002 +0000
+++ b/distrib/newsmips/floppies/ramdisk/Makefile        Sun Feb 03 16:35:11 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2002/02/03 15:56:26 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.10 2002/02/03 16:35:11 lukem Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -53,8 +53,7 @@
 HACKSRC=${TOP}/../../utils/libhack
 .include "${HACKSRC}/Makefile.inc"
 # turn off small gethostby* temporarily
-HACKOBJS:= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o localeconv.o \
-       perror.o strerror.o strsignal.o setlocale.o utmp.o yplib.o
+HACKOBJS:= ${HACKOBJS:Ngethost.o}
 
 clean cleandir distclean:
        if [ -f ${CBIN}.mk ]; then ${MAKE} -f ${CBIN}.mk clean; fi; \



Home | Main Index | Thread Index | Old Index