diff options
Diffstat (limited to 'usr/src/lib/gss_mechs/mech_spnego')
-rw-r--r-- | usr/src/lib/gss_mechs/mech_spnego/Makefile | 8 | ||||
-rw-r--r-- | usr/src/lib/gss_mechs/mech_spnego/Makefile.com | 14 |
2 files changed, 9 insertions, 13 deletions
diff --git a/usr/src/lib/gss_mechs/mech_spnego/Makefile b/usr/src/lib/gss_mechs/mech_spnego/Makefile index 027c489ed5..2a7b009bc6 100644 --- a/usr/src/lib/gss_mechs/mech_spnego/Makefile +++ b/usr/src/lib/gss_mechs/mech_spnego/Makefile @@ -24,9 +24,8 @@ # # -# This make file will build mech_spnego.so.1. This shared object -# contains all the functionality needed to support the -# SPNEGO GSS-API mechanism. +# This make file will build mech_spnego.so.1. This shared object contains all +# the functionality needed to support the SPNEGO GSS-API mechanism. # include ../../Makefile.lib @@ -41,11 +40,10 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/gss_mechs/mech_spnego/Makefile.com b/usr/src/lib/gss_mechs/mech_spnego/Makefile.com index a3bfcc615a..31b942a0f4 100644 --- a/usr/src/lib/gss_mechs/mech_spnego/Makefile.com +++ b/usr/src/lib/gss_mechs/mech_spnego/Makefile.com @@ -26,19 +26,19 @@ # # This make file will build mech_spnego.so.1. This shared object # contains all the functionality needed to support the SPNEGO GSS-API -# mechanism. +# mechanism. # -LIBRARY = mech_spnego.a -VERS = .1 -OBJECTS = spnego_mech.o spnego_disp_status.o spnego_kerrs.o +LIBRARY = mech_spnego.a +VERS = .1 +OBJECTS = spnego_mech.o spnego_disp_status.o spnego_kerrs.o # include library definitions include ../../../Makefile.lib -LIBS = $(DYNLIB) +LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT)/usr/lib/gss -ROOTLIBDIR64 = $(ROOT)/usr/lib/$(MACH64)/gss +ROOTLIBDIR64 = $(ROOT)/usr/lib/$(MACH64)/gss SRCDIR = ../mech MAPFILES = ../mapfile-vers @@ -55,8 +55,6 @@ SMATCH=off all: $(LIBS) -lint: lintcheck - # include library targets include ../../../Makefile.targ |