zstream: avoid absolute symlink

PR:		282192
Reported by:	wosch
Fixes:		44877c8db0
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47226
This commit is contained in:
Ed Maste 2024-10-21 13:15:46 -04:00
parent 9d585fc395
commit 01a5af6a98

View File

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