diff options
author | jg <none@none> | 2008-03-29 19:24:05 -0700 |
---|---|---|
committer | jg <none@none> | 2008-03-29 19:24:05 -0700 |
commit | d876c67df282cf8c0136415d482d92d16ee59a0b (patch) | |
tree | 1effae0c11570b325e07e52ed45ebe706b0cf39b /usr/src/Makefile.psm | |
parent | 06bbe1e05e4f6fd0773ee85a50c0de7adfc4fa06 (diff) | |
download | illumos-gate-d876c67df282cf8c0136415d482d92d16ee59a0b.tar.gz |
PSARC 2008/213 Bootadm: managing a diskless client
6625247 NBS: diskless client setup scripts don't work with newboot sparc
6678886 building a boot archive must not require access to other than root
Diffstat (limited to 'usr/src/Makefile.psm')
-rw-r--r-- | usr/src/Makefile.psm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/Makefile.psm b/usr/src/Makefile.psm index 79f451df40..ec70b29aa0 100644 --- a/usr/src/Makefile.psm +++ b/usr/src/Makefile.psm @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -119,6 +119,12 @@ ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_CRYPTO_DIR_32) ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_PCBE_DIR_32) ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_BRAND_DIR_32) +ROOT_PSM_LIB_FS_DIR = $(ROOT_PSM_LIB_DIR)/fs +ROOT_PSM_LIB_UFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/ufs +ROOT_PSM_LIB_NFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/nfs +ROOT_PSM_LIB_HSFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/hsfs +ROOT_PSM_LIB_ZFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/zfs + USR_PLAT_DIR = $(ROOT)/usr/platform USR_PSM_DIR = $(USR_PLAT_DIR)/$(PLATFORM) |