diff options
author | imp <imp@FreeBSD.org> | 2008-09-13 19:54:15 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-09-13 19:54:15 +0000 |
commit | 1eb9d2aa453479faee2b6cc2625ebc98c740e738 (patch) | |
tree | cf713c5ee17cff0376d0639abe3db6c01d2dc8f6 /rescue | |
parent | 01526c3ea77546023dc56f8a3faa65e25f6a2d4c (diff) | |
download | FreeBSD-src-1eb9d2aa453479faee2b6cc2625ebc98c740e738.zip FreeBSD-src-1eb9d2aa453479faee2b6cc2625ebc98c740e738.tar.gz |
We don't need pax and tar. These days tar is a strict superset of
pax. Per discssuion on arch@ eliminate it.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 4d74258..0739f95 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -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" |