diff options
author | kupfer <none@none> | 2006-01-07 14:29:19 -0800 |
---|---|---|
committer | kupfer <none@none> | 2006-01-07 14:29:19 -0800 |
commit | 9da74128699723a77069e255493ff06799cf6e59 (patch) | |
tree | 21e470f6337a319421d82708cd235ec84ce89098 /usr/src/req.flg | |
parent | e8031f0a8ed0e45c6d8847c5e09424e66fd34a4b (diff) | |
download | illumos-gate-9da74128699723a77069e255493ff06799cf6e59.tar.gz |
6368934 open code needs keys/certs in usr/closed to build
Diffstat (limited to 'usr/src/req.flg')
-rw-r--r-- | usr/src/req.flg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/src/req.flg b/usr/src/req.flg index 6df1878536..ae59027b52 100644 --- a/usr/src/req.flg +++ b/usr/src/req.flg @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -21,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -37,3 +36,7 @@ echo_file usr/src/xmod/xmod_files echo_file usr/src/tools/abi/etc/ABI_sparc.db echo_file usr/src/tools/abi/etc/ABI_i386.db echo_file usr/src/tools/abi/etc/exceptions +echo_file usr/closed/cmd/cmd-crypto/etc/certs/SUNWosnet +echo_file usr/closed/cmd/cmd-crypto/etc/certs/SUNWosnetSolaris +echo_file usr/closed/cmd/cmd-crypto/etc/keys/SUNWosnet +echo_file usr/closed/cmd/cmd-crypto/etc/keys/SUNWosnetSolaris |