diff options
author | fjoe <fjoe@FreeBSD.org> | 2011-11-29 03:27:09 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2011-11-29 03:27:09 +0000 |
commit | aec671e309d43a9302f86b6da321fd3cac5a32f8 (patch) | |
tree | 79ccaf0052ac7a561c227b48b11661d6760b9fab /rescue | |
parent | 1bdf3ee8a88f36389b6ebd626dc91b14c9674b9d (diff) | |
download | FreeBSD-src-aec671e309d43a9302f86b6da321fd3cac5a32f8.zip FreeBSD-src-aec671e309d43a9302f86b6da321fd3cac5a32f8.tar.gz |
-lreadline is not required anymore.
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 feb85ec..8bb8f1f 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -125,7 +125,7 @@ CRUNCH_LIBS+= -lipx .if ${MK_ZFS} != "no" CRUNCH_LIBS+= -lavl -lnvpair -lzfs -lpthread -luutil -lumem .endif -CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lreadline -lsbuf -lufs -lz +CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs -lz .if ${MACHINE_CPUARCH} == "i386" CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk |