1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

We don't need pax and tar. These days tar is a strict superset of

pax.  Per discssuion on arch@ eliminate it.
This commit is contained in:
Warner Losh 2008-09-13 19:54:15 +00:00
parent b968101764
commit bf419e6a5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183006

View File

@ -71,7 +71,7 @@ CRUNCH_LIBS+= ${.OBJDIR}/../librescue/*.o
CRUNCH_SRCDIRS+= bin
CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
ed expr getfacl hostname kenv kill ln ls mkdir mv \
pax pkill ps pwd \
pkill ps pwd \
realpath rm rmdir setfacl sh stty sync test
CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -lm -ltermcap -lutil
.if ${MK_OPENSSL} != "no"