Use a relative symlinking so that "tar" also works in /stand.

This commit is contained in:
Ruslan Ermilov 2004-11-12 13:28:42 +00:00
parent e631c74b1d
commit 2f841e1a7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137616

View File

@ -14,7 +14,7 @@ LDADD= -larchive -lbz2 -lz
CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\"
.if !defined(WITH_GTAR)
SYMLINKS= ${BINDIR}/bsdtar ${BINDIR}/tar
SYMLINKS= bsdtar ${BINDIR}/tar
MLINKS= bsdtar.1 tar.1
.endif