diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/gss_mechs/mech_spnego | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
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 |