Replace paxtar with bsdtar

This commit is contained in:
Arun Thomas 2010-07-13 21:35:58 +00:00
parent f8a8ea0a79
commit e41c0b1a2d
74 changed files with 6 additions and 4 deletions

View file

@ -4,7 +4,7 @@
SUBDIR= aal add_route adduser advent arp ash at autil awk \
backup badblocks banner basename bigmake binpackage \
binpackages binsizes bsdtar bzip2 bzip2recover cal calendar \
binpackages binsizes bzip2 bzip2recover cal calendar \
cat cawf cd cdprobe checkhier chmem \
chmod chown chroot ci cksum cleantmp clear cmp co \
comm compress cp crc cron crontab cut datasizes date \
@ -27,7 +27,7 @@ SUBDIR= aal add_route adduser advent arp ash at autil awk \
rotate rsh rshd sed service setup shar size \
sleep slip sort spell split srccrc stat strings strip \
stty su sum svclog swapfs swifi sync synctree sysenv \
syslogd tail talk talkd tcpd tcpdp tcpstat tee telnet \
syslogd tail talk talkd tar tcpd tcpdp tcpstat tee telnet \
telnetd term termcap tget time tinyhalt top touch tr \
truncate tsort ttt tty udpstat umount uname unexpand \
uniq unstack update urlget uud uue version vol wc \

View file

@ -30,9 +30,8 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
tables.c tar.c tty_subs.c fgetln.c
MAN= pax.1 tar.1 cpio.1
MAN= pax.1 cpio.1
LINKS+= ${BINDIR}/pax ${BINDIR}/tar
LINKS+= ${BINDIR}/pax ${BINDIR}/cpio
CPPFLAGS+= -DNET2_STAT=1

View file

@ -16,4 +16,7 @@ LDADD+= -larchive -lbz2 -lz
CPPFLAGS+= -DHAVE_CONFIG_H
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/libarchive_fe
LINKS+= ${BINDIR}/bsdtar ${BINDIR}/tar
MLINKS+= bsdtar.1 tar.1
.include <bsd.prog.mk>