Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcom_err/compile_et add strlcpy.c strlcat.c to SRCS to...
details: https://anonhg.NetBSD.org/src/rev/37a4878e4141
branches: trunk
changeset: 495625:37a4878e4141
user: garbled <garbled%NetBSD.org@localhost>
date: Wed Aug 02 02:39:48 2000 +0000
description:
add strlcpy.c strlcat.c to SRCS to make this cross-compilable
diffstat:
lib/libcom_err/compile_et/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 407503518346 -r 37a4878e4141 lib/libcom_err/compile_et/Makefile
--- a/lib/libcom_err/compile_et/Makefile Wed Aug 02 02:38:19 2000 +0000
+++ b/lib/libcom_err/compile_et/Makefile Wed Aug 02 02:39:48 2000 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 22:46:44 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/02 02:39:48 garbled Exp $
DIST= ${.CURDIR}/../../../crypto/dist
.PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken
HOSTPROG= compile_et
SRCS= compile_et.c parse.y lex.l \
- getarg.c print_version.c warnerr.c strupr.c get_window_size.c
+ getarg.c print_version.c warnerr.c strupr.c get_window_size.c \
+ strlcpy.c strlcat.c
YHEADER= 1
Home |
Main Index |
Thread Index |
Old Index