diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-04-19 22:09:04 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-04-19 22:09:04 +0000 |
| commit | 97c4c5308bcf30fde222e9f3dd2151fcf3b19108 (patch) | |
| tree | 4b4054815edaf2133c41d796b17b21bc35973844 /usr.bin | |
| parent | ec8ffccbdcd830918d91c765f507fa2034cde2ac (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tar/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 842208a2c661f..60c0b06d9ca62 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -6,5 +6,10 @@ WARNS?= 6 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} LDADD= -larchive -lbz2 -lz +.if defined(WITH_BSDTAR) +LINKS= ${BINDIR}/bsdtar ${BINDIR}/tar +MLINKS= bsdtar.1 tar.1 +.endif + .include <bsd.prog.mk> |
