zstream: avoid absolute symlink

PR:		282192
Reported by:	wosch
Fixes:		44877c8db0
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47226

(cherry picked from commit 01a5af6a98fc3935b57a5b0616521f46e916caec)
This commit is contained in:
Ed Maste 2024-10-21 13:15:46 -04:00
parent dd72aa6be4
commit 915d84fbba

View file

@ -17,7 +17,7 @@ SRCS= \
zstream_redup.c \
zstream_token.c
SYMLINKS= ${BINDIR}/zstream ${BINDIR}/zstreamdump
SYMLINKS= zstream ${BINDIR}/zstreamdump
WARNS?= 2
CFLAGS+= \