Module Name: src
Committed By: apb
Date: Tue Aug 6 22:04:25 UTC 2013
Modified Files:
src/tools/compat: Makefile
Log Message:
Compile snprintb.c into libnbcompat. The source file is found in the
common/lib/libutil directory.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 src/tools/compat/Makefile:1.69
--- src/tools/compat/Makefile:1.68 Tue Mar 5 16:27:29 2013
+++ src/tools/compat/Makefile Tue Aug 6 22:04:25 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2013/03/05 16:27:29 christos Exp $
+# $NetBSD: Makefile,v 1.69 2013/08/06 22:04:25 apb Exp $
HOSTLIB= nbcompat
@@ -16,9 +16,10 @@ SRCS= atoll.c basename.c cdbr.c cdbw.c
raise_default_signal.c rmd160.c rmd160hl.c \
setenv.c setgroupent.c \
setpassent.c setprogname.c sha1.c sha1hl.c sha2.c \
- sha256hl.c sha384hl.c sha512hl.c snprintf.c stat_flags.c \
- strlcat.c strlcpy.c strmode.c strndup.c strsep.c strsuftoll.c \
- strtoll.c unvis.c vis.c err.c errx.c verr.c verrx.c \
+ sha256hl.c sha384hl.c sha512hl.c snprintb.c snprintf.c \
+ stat_flags.c strlcat.c strlcpy.c strmode.c strndup.c \
+ strsep.c strsuftoll.c strtoll.c \
+ unvis.c vis.c err.c errx.c verr.c verrx.c \
vwarn.c vwarnx.c warn.c warnx.c fts.c glob.c efun.c
BUILD_OSTYPE!= uname -s
@@ -53,6 +54,7 @@ CPPFLAGS+= -I. -I./include -I${.CURDIR}
${.CURDIR}/../../common/lib/libc/hash/sha2 \
${.CURDIR}/../../common/lib/libc/md \
${.CURDIR}/../../common/lib/libc/stdlib \
+ ${.CURDIR}/../../common/lib/libutil \
${.CURDIR}/../../external/bsd/flex/dist
DPSRCS+= defs.mk