diff usr/src/cmd/boot/bootadm/Makefile @ 13388:6c2fc79987ac

923 bootadm tries to rebuild archives which it shouldn't Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Albert Lee <trisk@nexenta.com>
author Alexander Eremin <a.eremin@nexenta.com>
date Tue, 14 Jun 2011 14:58:56 -0400
parents 4c75f60a2704
children 58bc6f85b799
line wrap: on
line diff
--- a/usr/src/cmd/boot/bootadm/Makefile	Mon Jun 13 18:04:20 2011 -0700
+++ b/usr/src/cmd/boot/bootadm/Makefile	Tue Jun 14 14:58:56 2011 -0400
@@ -22,6 +22,8 @@
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 # 
+# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
+#
 
 PROG= bootadm
 
@@ -36,7 +38,7 @@
 .KEEP_STATE:
 
 LDLIBS_i386= -lfdisk
-LDLIBS +=	-lnvpair -lgen -ladm -lefi -lscf -lz $(LDLIBS_$(MACH))
+LDLIBS +=	-lnvpair -lgen -ladm -lefi -lscf -lz -lbe -lzfs $(LDLIBS_$(MACH))
 
 # Writing into string literals is incorrect.  We need to match gcc's
 # behavior, which causes us to take SIGSEGV on such a write.