Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/libhack pullup 1.5->1.7 (gwr)



details:   https://anonhg.NetBSD.org/src/rev/cef25b6495b2
branches:  netbsd-1-4
changeset: 468757:cef25b6495b2
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 03:24:46 1999 +0000

description:
pullup 1.5->1.7 (gwr)

diffstat:

 distrib/utils/libhack/Makefile.inc |  29 ++++-------------------------
 1 files changed, 4 insertions(+), 25 deletions(-)

diffs (43 lines):

diff -r db5eb8b356c0 -r cef25b6495b2 distrib/utils/libhack/Makefile.inc
--- a/distrib/utils/libhack/Makefile.inc        Mon Jun 21 03:19:34 1999 +0000
+++ b/distrib/utils/libhack/Makefile.inc        Mon Jun 21 03:24:46 1999 +0000
@@ -1,35 +1,14 @@
-# $NetBSD: Makefile.inc,v 1.5 1999/03/13 19:08:43 sommerfe Exp $
+# $NetBSD: Makefile.inc,v 1.5.2.1 1999/06/21 03:24:46 perry Exp $
 # Include this fragment to build libhack.o
 # It is .o and not .a to make sure these are the
 # objects you get (and not the ones in libc.a)
 
 HACKOBJS= getcap.o getgrent.o gethost.o getnet.o getnetgr.o getpwent.o \
-       setlocale.o yplib.o
+       localeconv.o opendir.o perror.o setlocale.o \
+       strerror.o strsignal.o utmp.o yplib.o
 
 libhack.o : $(HACKOBJS)
        $(LD) -r -o $@ $(HACKOBJS)
 
-getcap.o : ${HACKSRC}/getcap.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/getcap.c
-
-getgrent.o : ${HACKSRC}/getgrent.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/getgrent.c
-
-gethost.o : ${HACKSRC}/gethost.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/gethost.c
-
-getnet.o : ${HACKSRC}/getnet.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/getnet.c
+.PATH: ${HACKSRC}
 
-getnetgr.o : ${HACKSRC}/getnetgr.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/getnetgr.c
-
-getpwent.o : ${HACKSRC}/getpwent.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/getpwent.c
-
-setlocale.o : ${HACKSRC}/setlocale.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/setlocale.c
-
-yplib.o : ${HACKSRC}/yplib.c
-       ${CC} ${CFLAGS} -c ${HACKSRC}/yplib.c
-



Home | Main Index | Thread Index | Old Index