Module Name: src
Committed By: christos
Date: Wed Oct 30 19:56:34 UTC 2024
Modified Files:
src/external/bsd/zstd/usr.bin: Makefile
Log Message:
list zstd.1 in man pages
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/zstd/usr.bin/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/usr.bin/Makefile
diff -u src/external/bsd/zstd/usr.bin/Makefile:1.2 src/external/bsd/zstd/usr.bin/Makefile:1.3
--- src/external/bsd/zstd/usr.bin/Makefile:1.2 Wed Oct 30 14:09:18 2024
+++ src/external/bsd/zstd/usr.bin/Makefile Wed Oct 30 15:56:34 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/10/30 18:09:18 christos Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/30 19:56:34 christos Exp $
.include <bsd.own.mk>
-DIST=${.CURDIR}/../dist/
+DIST=${.CURDIR}/../dist
.PATH: ${DIST}/programs
BINDIR=/usr/bin
@@ -31,7 +31,7 @@ SYMLINKS+= ${BINDIR}/zstd ${BINDIR}
SCRIPTSDIR= /usr/bin
SCRIPTS= zstdgrep zstdless
-MAN+= zstdgrep.1 zstdless.1
+MAN+= zstd.1 zstdgrep.1 zstdless.1
MLINKS+= zstd.1 zstdmt.1 zstd.1 zstdcat.1 zstd.1 unzstd.1
.include <bsd.prog.mk>