diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-11-12 13:28:42 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-11-12 13:28:42 +0000 |
| commit | 2f841e1a7b1545f4dd92938a28cdfee0101b1ef4 (patch) | |
| tree | 4f7b5c1fa9069436f2f4da22da7cd944f79ee60d /usr.bin | |
| parent | e631c74b1d7fd8fbeb0e9611746c7249214eb2bc (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index f5b86fb92edd1..dcc6a4cd696bb 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -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 |
