usr/src/uts/intel/kgssapi/Makefile
changeset 13452 6bec9720e054
parent 3066 2a2af34f0642
child 13834 58bc6f85b799
equal deleted inserted replaced
13451:4349f1403dad 13452:6bec9720e054
    21 #
    21 #
    22 # uts/intel/kgssapi/Makefile
    22 # uts/intel/kgssapi/Makefile
    23 #
    23 #
    24 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    24 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    25 # Use is subject to license terms.
    25 # Use is subject to license terms.
    26 #
    26 # Copyright (c) 2011 Bayard G. Bell. All rights reserved.
    27 #ident	"%Z%%M%	%I%	%E% SMI"
       
    28 #
    27 #
    29 #	This makefile drives the production of the kgssapi kernel module.
    28 #	This makefile drives the production of the kgssapi kernel module.
    30 #
    29 #
    31 #	intel implementation architecture dependent
    30 #	intel implementation architecture dependent
    32 #
    31 #
    52 #	Define targets
    51 #	Define targets
    53 #
    52 #
    54 ALL_TARGET	= $(BINARY)
    53 ALL_TARGET	= $(BINARY)
    55 LINT_TARGET	= $(MODULE).lint
    54 LINT_TARGET	= $(MODULE).lint
    56 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE) $(ROOT_KGSS_DIR)
    55 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE) $(ROOT_KGSS_DIR)
       
    56 
       
    57 #
       
    58 # Define dependencies on rpcmod, rpcsec, and tlimod
       
    59 #
       
    60 LDFLAGS += -dy -N strmod/rpcmod -N misc/rpcsec -N misc/tlimod
    57 
    61 
    58 #
    62 #
    59 # For now, disable these lint checks; maintainers should endeavor
    63 # For now, disable these lint checks; maintainers should endeavor
    60 # to investigate and remove these for maximum lint coverage.
    64 # to investigate and remove these for maximum lint coverage.
    61 # Please do not carry these forward to new Makefiles.
    65 # Please do not carry these forward to new Makefiles.