Module Name: src Committed By: riastradh Date: Fri Jan 17 10:40:09 UTC 2025
Modified Files: src/external/bsd/zstd/lib: Makefile Log Message: zstd/Makefile: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/zstd/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/zstd/lib/Makefile diff -u src/external/bsd/zstd/lib/Makefile:1.7 src/external/bsd/zstd/lib/Makefile:1.8 --- src/external/bsd/zstd/lib/Makefile:1.7 Tue Jan 14 19:58:10 2025 +++ src/external/bsd/zstd/lib/Makefile Fri Jan 17 10:40:09 2025 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2025/01/14 19:58:10 riastradh Exp $ +# $NetBSD: Makefile,v 1.8 2025/01/17 10:40:09 riastradh Exp $ LIBISPRIVATE=pic NOLINT=yes # XXX WARNS?= 4 .include <bsd.init.mk> -USE_FORT?= yes +USE_FORT?= yes CPPFLAGS+= -I${.OBJDIR} DIST=${.CURDIR}/../dist @@ -60,7 +60,7 @@ CPPFLAGS+= -I${SRCDIR} -DZSTD_MULTITHREA LIBDPLIBS += pthread ${NETBSDSRCDIR}/lib/libpthread .if ${LIBISPRIVATE:Uno} == "no" -INCS= zdict.h zstd.h zstd_errors.h +INCS= zdict.h zstd.h zstd_errors.h INCSDIR= /usr/include