diff options
author | Hai-May Chao <Hai-May.Chao@Sun.COM> | 2008-11-06 16:52:01 -0800 |
---|---|---|
committer | Hai-May Chao <Hai-May.Chao@Sun.COM> | 2008-11-06 16:52:01 -0800 |
commit | fe54a78e1aacf39261ad56e9903bce02e3fb6d21 (patch) | |
tree | 4357efd88c8d3f44e772f80444d8fc584aa96707 /usr/src/uts/intel/swrand | |
parent | 3eea75d7fe911f13703d0937e65c6023aac827ab (diff) | |
download | illumos-joyent-fe54a78e1aacf39261ad56e9903bce02e3fb6d21.tar.gz |
6703956 Solaris cryptographic framework needs a FIPS-186-2 certifiable RNG
Diffstat (limited to 'usr/src/uts/intel/swrand')
-rw-r--r-- | usr/src/uts/intel/swrand/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/uts/intel/swrand/Makefile b/usr/src/uts/intel/swrand/Makefile index 8833dc3d0a..2d98dddb34 100644 --- a/usr/src/uts/intel/swrand/Makefile +++ b/usr/src/uts/intel/swrand/Makefile @@ -19,10 +19,9 @@ # 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" # # This makefile drives the production of the swrand KEF provider. # @@ -33,6 +32,7 @@ # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../.. +COM_DIR = $(COMMONBASE)/crypto # # Define the module and object file sets. @@ -58,7 +58,8 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # # lint pass one enforcement # -CFLAGS += $(CCVERBOSE) +CFLAGS += $(CCVERBOSE) -I$(COM_DIR) +LINTFLAGS += -I$(COM_DIR) # # Linkage dependencies |