Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/macppc/floppies/ramdisk Apply patch (requested ...



details:   https://anonhg.NetBSD.org/src/rev/adb3b9215276
branches:  netbsd-1-5
changeset: 493094:adb3b9215276
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 26 22:45:10 2002 +0000

description:
Apply patch (requested by briggs):
  Reduce the number of HACKOBJS used.

diffstat:

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

diffs (19 lines):

diff -r d5833a8f3aa2 -r adb3b9215276 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Fri Apr 26 17:56:40 2002 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Fri Apr 26 22:45:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10.4.2 2002/03/25 17:32:55 he Exp $
+#      $NetBSD: Makefile,v 1.10.4.3 2002/04/26 22:45:10 he Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -49,8 +49,7 @@
 
 HACKSRC=${TOP}/../../utils/libhack
 .include "${HACKSRC}/Makefile.inc"
-HACKOBJS= gethost.o getnet.o getpwent.o localeconv.o perror.o \
-       setlocale.o strerror.o strsignal.o utmp.o yplib.o
+HACKOBJS= getnet.o getpwent.o setlocale.o yplib.o
 
 clean cleandir distclean:
        rm -f ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache



Home | Main Index | Thread Index | Old Index