Source-Changes-HG archive

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

[src/trunk]: src/lib/libasn1/asn1_compile need emalloc from roken



details:   https://anonhg.NetBSD.org/src/rev/4ea82aaadca4
branches:  trunk
changeset: 536267:4ea82aaadca4
user:      joda <joda%NetBSD.org@localhost>
date:      Thu Sep 12 13:35:56 2002 +0000

description:
need emalloc from roken

diffstat:

 lib/libasn1/asn1_compile/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7425a9671253 -r 4ea82aaadca4 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Thu Sep 12 13:34:50 2002 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Thu Sep 12 13:35:56 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2002/08/19 13:35:06 lukem Exp $
+# $NetBSD: Makefile,v 1.17 2002/09/12 13:35:56 joda Exp $
 
 NOLINT=                # defined
 NOMAN=         # defined
@@ -31,7 +31,8 @@
        print_version.c                         \
        warnerr.c                               \
        strupr.c                                \
-       get_window_size.c
+       get_window_size.c                       \
+       emalloc.c
 
 SRCS=  $(asn1_compile_SRCS)                    \
        $(roken_SRCS)



Home | Main Index | Thread Index | Old Index