diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-05-17 02:32:47 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-05-17 02:32:47 +0000 |
commit | a0f7dc4feb575b542dbe33a427e89503bbd17007 (patch) | |
tree | 5e94a4a5a2159bbd0dfae14780a999a97f2aa6cb /rescue | |
parent | a8f1dca86b2bf3b15991d0ef01e402a7208db326 (diff) | |
download | FreeBSD-src-a0f7dc4feb575b542dbe33a427e89503bbd17007.zip FreeBSD-src-a0f7dc4feb575b542dbe33a427e89503bbd17007.tar.gz |
MFC r265229,r265239:
Add -J to filter by matching jail IDs and names.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 80acf63..8e6afc8 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -52,7 +52,7 @@ 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 \ pkill ps pwd realpath rm rmdir setfacl sh stty sync test -CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -ltermcap -lutil +CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcap -lutil CRUNCH_BUILDTOOLS+= bin/sh # Additional options for specific programs @@ -123,7 +123,7 @@ CRUNCH_LIBS+= -lalias -lcam -lcurses -ldevstat -lipsec CRUNCH_LIBS+= -lipx .endif .if ${MK_ZFS} != "no" -CRUNCH_LIBS+= -lavl -ljail -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem +CRUNCH_LIBS+= -lavl -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem .endif CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz |