summaryrefslogtreecommitdiff
blob: 3d444575515f8e4d45504f4f20bdbbe4738eb1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- rescue/rescue/Makefile.old	2011-07-06 01:35:13.000000000 +0000
+++ rescue/rescue/Makefile	2011-07-06 01:35:54.000000000 +0000
@@ -143,7 +143,7 @@
 .if ${MK_ZFS} != "no"
 CRUNCH_LIBS+= -lzfs -lnvpair -luutil -lavl
 .endif
-CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lreadline -lsbuf -lufs -lz
+CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lreadline -lsbuf -lufs
 
 .if ${MACHINE_ARCH} == "i386"
 CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
@@ -234,7 +234,7 @@
 CRUNCH_PROGS_usr.sbin+= chown
 CRUNCH_ALIAS_chown= chgrp
 ##################################################################
-CRUNCH_LIBS+= -lm
+CRUNCH_LIBS+= -lz -lm
 
 ##################################################################
 #  The following is pretty nearly a generic crunchgen-handling makefile