diff options
| author | garbled <garbled@NetBSD.org> | 2000-08-02 02:39:48 +0000 |
|---|---|---|
| committer | garbled <garbled@NetBSD.org> | 2000-08-02 02:39:48 +0000 |
| commit | 77b40a00a7e6447a8198a9141d96a758014c01ed (patch) | |
| tree | cb35d7c27e5de9e71fc9e56132c97ea023af6352 /lib/libcom_err | |
| parent | e6a5f969dcfac91e6439b1b3ae2e00f5219fe85d (diff) | |
add strlcpy.c strlcat.c to SRCS to make this cross-compilable
Diffstat (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/compile_et/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile index 12b2bb42935..6636bcef1e6 100644 --- a/lib/libcom_err/compile_et/Makefile +++ b/lib/libcom_err/compile_et/Makefile @@ -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 |
