Module Name:    src
Committed By:   jakllsch
Date:           Thu Oct 31 15:05:48 UTC 2024

Modified Files:
        src/tools/compat: Makefile

Log Message:
Add shquote to libnbcompat


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/tools/compat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/compat/Makefile
diff -u src/tools/compat/Makefile:1.92 src/tools/compat/Makefile:1.93
--- src/tools/compat/Makefile:1.92	Tue May 30 18:27:04 2023
+++ src/tools/compat/Makefile	Thu Oct 31 15:05:48 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.92 2023/05/30 18:27:04 lukem Exp $
+#	$NetBSD: Makefile,v 1.93 2024/10/31 15:05:48 jakllsch Exp $
 
 HOSTLIB=	nbcompat
 
@@ -18,7 +18,9 @@ SRCS=		atoll.c basename.c cdbr.c cdbw.c 
 		regcomp.c regerror.c regexec.c regfree.c \
 		setenv.c setgroupent.c \
 		setpassent.c setprogname.c sha1.c sha1hl.c sha2.c \
-		sha256hl.c sha384hl.c sha512hl.c snprintb.c snprintf.c \
+		sha256hl.c sha384hl.c sha512hl.c \
+		shquote.c \
+		snprintb.c snprintf.c \
 		stat_flags.c strlcat.c strlcpy.c strmode.c \
 		strcasecmp.c strncasecmp.c strndup.c strnlen.c \
 		strsep.c strsuftoll.c strtoll.c \

Reply via email to