Print this page
9250 remove xpv related code from bootadm
@@ -16,24 +16,27 @@
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
+
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright 2016 Toomas Soome <tsoome@me.com>
-# Copyright 2016 Nexenta Systems, Inc.
+# Copyright 2018 Nexenta Systems, Inc.
#
PROG= bootadm
SBINLINKS= $(PROG)
-OBJS= bootadm.o bootadm_upgrade.o bootadm_hyper.o bootadm_digest.o \
- bootadm_loader.o
+OBJS= bootadm.o \
+ bootadm_digest.o \
+ bootadm_loader.o \
+ bootadm_upgrade.o
SRCS = $(OBJS:.o=.c)
POFILES= $(OBJS:%.o=%.po)
include ../Makefile.com