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:
imp 2008-09-13 19:54:15 +00:00
parent 01526c3ea7
commit 1eb9d2aa45

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"