diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-07-17 06:03:47 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-07-17 06:03:47 +0000 |
| commit | 16847ae6c0e862b7e0e8935e7b8de1104e1c6f4b (patch) | |
| tree | 0f95ceec7df48584a6436e1e7c0b5f2eef2535ad /usr.bin/tar/Makefile | |
| parent | c550f2206df6e1b4ce178236fe4f460702a0ed4e (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar/Makefile')
| -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 dafac08cb316..6b7758f2dcb1 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -6,7 +6,7 @@ WARNS?= 6 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} LDADD= -larchive -lbz2 -lz -.if defined(WITH_BSDTAR) +.if !defined(WITH_GTAR) SYMLINKS= ${BINDIR}/bsdtar ${BINDIR}/tar MLINKS= bsdtar.1 tar.1 .endif |
