Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libz Add uncompr.c to LIBZSRCS and zalloc.c to SRCS.
details: https://anonhg.NetBSD.org/src/rev/856f35d4d852
branches: trunk
changeset: 471917:856f35d4d852
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Apr 15 00:52:58 1999 +0000
description:
Add uncompr.c to LIBZSRCS and zalloc.c to SRCS.
diffstat:
sys/lib/libz/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 593f1ee071b4 -r 856f35d4d852 sys/lib/libz/Makefile
--- a/sys/lib/libz/Makefile Thu Apr 15 00:50:39 1999 +0000
+++ b/sys/lib/libz/Makefile Thu Apr 15 00:52:58 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:51 lukem Exp $
+# $NetBSD: Makefile,v 1.8 1999/04/15 00:52:58 simonb Exp $
LIB= z
MKPIC= no
@@ -8,12 +8,12 @@
# files to be copied down from libz.
LIBZSRCS= adler32.c crc32.c infblock.c infcodes.c inffast.c \
- inflate.c inftrees.c infutil.c
+ inflate.c inftrees.c infutil.c uncompr.c
LIBZHDRS= infblock.h infcodes.h inffast.h inftrees.h infutil.h \
zconf.h zlib.h zutil.h
# Other stuff
-SRCS= ${LIBZSRCS}
+SRCS= ${LIBZSRCS} zalloc.c
# Files to clean up
CLEANFILES+= lib${LIB}.o
Home |
Main Index |
Thread Index |
Old Index