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 Pull up revision 1.14 (...



details:   https://anonhg.NetBSD.org/src/rev/6139f50f2bcd
branches:  netbsd-1-5
changeset: 491602:6139f50f2bcd
user:      he <he%NetBSD.org@localhost>
date:      Wed May 02 23:06:35 2001 +0000

description:
Pull up revision 1.14 (via patch, requested by tsubai):
  Use libhack to make the image fit on 1.44M floppy.

diffstat:

 distrib/macppc/floppies/ramdisk/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 43dafbed4863 -r 6139f50f2bcd distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Wed May 02 23:06:17 2001 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Wed May 02 23:06:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2000/05/02 16:06:50 sjg Exp $
+#      $NetBSD: Makefile,v 1.10.4.1 2001/05/02 23:06:35 he Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -44,11 +44,13 @@
 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
        crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
 
-${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c #libhack.o
+${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c libhack.o
        make -f ${CBIN}.mk all
 
-#HACKSRC=${TOP}/../../utils/libhack
-#.include "${HACKSRC}/Makefile.inc"
+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
 
 clean cleandir distclean:
        rm -f ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache



Home | Main Index | Thread Index | Old Index