From fe54a78e1aacf39261ad56e9903bce02e3fb6d21 Mon Sep 17 00:00:00 2001 From: Hai-May Chao Date: Thu, 6 Nov 2008 16:52:01 -0800 Subject: 6703956 Solaris cryptographic framework needs a FIPS-186-2 certifiable RNG --- usr/src/uts/intel/swrand/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr/src/uts/intel/swrand') 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 -- cgit v1.2.3