git: 44877c8db05b - main - zfs: change zstream -> zstreamdump link into a symlink

Martin Matuska mm at FreeBSD.org
Sun Jun 13 03:46:03 UTC 2021


The branch main has been updated by mm:

URL: https://cgit.FreeBSD.org/src/commit/?id=44877c8db05b80e7c3034c692414d580671680d7

commit 44877c8db05b80e7c3034c692414d580671680d7
Author:     Martin Matuska <mm at FreeBSD.org>
AuthorDate: 2021-06-13 03:17:15 +0000
Commit:     Martin Matuska <mm at FreeBSD.org>
CommitDate: 2021-06-13 03:40:18 +0000

    zfs: change zstream -> zstreamdump link into a symlink
---
 cddl/usr.bin/zstream/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cddl/usr.bin/zstream/Makefile b/cddl/usr.bin/zstream/Makefile
index ac3bfeb68cf4..cfcff71a813f 100644
--- a/cddl/usr.bin/zstream/Makefile
+++ b/cddl/usr.bin/zstream/Makefile
@@ -15,7 +15,7 @@ SRCS= \
 	zstream_redup.c \
 	zstream_token.c
 
-LINKS=	${BINDIR}/zstream ${BINDIR}/zstreamdump
+SYMLINKS=	${BINDIR}/zstream ${BINDIR}/zstreamdump
 
 WARNS?=	2
 CFLAGS+= \


More information about the dev-commits-src-all mailing list