Print this page
10569 MDB module for disk labelling would be useful
*** 19,33 ****
# CDDL HEADER END
#
#
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../../Makefile.common
! MODULES = $(COMMON_MODULES_PROC) $(COMMON_MODULES_KVM) uhci
SUBDIRS = mdb mdb_ks kmdb libstandctf libstand .WAIT $(MODULES)
include ../../Makefile.subdirs
--- 19,35 ----
# CDDL HEADER END
#
#
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright 2019 Joyent, Inc.
#
include ../../Makefile.common
! MODULES = $(COMMON_MODULES_PROC) $(COMMON_MODULES_KVM)
! MODULES += disk_label uhci
SUBDIRS = mdb mdb_ks kmdb libstandctf libstand .WAIT $(MODULES)
include ../../Makefile.subdirs