diff options
Diffstat (limited to 'usr/src/lib/krb5/kadm5')
-rw-r--r-- | usr/src/lib/krb5/kadm5/Makefile | 8 | ||||
-rw-r--r-- | usr/src/lib/krb5/kadm5/clnt/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/krb5/kadm5/clnt/Makefile.com | 1 | ||||
-rw-r--r-- | usr/src/lib/krb5/kadm5/srv/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/krb5/kadm5/srv/Makefile.com | 3 |
5 files changed, 6 insertions, 16 deletions
diff --git a/usr/src/lib/krb5/kadm5/Makefile b/usr/src/lib/krb5/kadm5/Makefile index bcdff4783e..b869878a5d 100644 --- a/usr/src/lib/krb5/kadm5/Makefile +++ b/usr/src/lib/krb5/kadm5/Makefile @@ -2,10 +2,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# -# lib/krb5/kadm5/Makefile -# + # include global definitions include ../../../Makefile.master @@ -19,12 +16,11 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint _msg := TARGET= _msg .KEEP_STATE: -all clean clobber install lint _msg: $(SUBDIRS) +all clean clobber install _msg: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/krb5/kadm5/clnt/Makefile b/usr/src/lib/krb5/kadm5/clnt/Makefile index ee930293f6..f5ae215ddc 100644 --- a/usr/src/lib/krb5/kadm5/clnt/Makefile +++ b/usr/src/lib/krb5/kadm5/clnt/Makefile @@ -32,15 +32,14 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint -LIBRARY= libkadm5clnt.a +LIBRARY= libkadm5clnt.a POFILE= $(LIBRARY:%.a=%.po) POFILES= generic.po .KEEP_STATE: -all clean install lint: $(SUBDIRS) +all clean install: $(SUBDIRS) clobber: $(SUBDIRS) $(RM) $(CLOBBERFILES) diff --git a/usr/src/lib/krb5/kadm5/clnt/Makefile.com b/usr/src/lib/krb5/kadm5/clnt/Makefile.com index 7d1ba760d9..4f0ea34d96 100644 --- a/usr/src/lib/krb5/kadm5/clnt/Makefile.com +++ b/usr/src/lib/krb5/kadm5/clnt/Makefile.com @@ -105,7 +105,6 @@ $(LIBS): $(ISRCHDR) CLEANFILES += $(ISRCHDR) -lint: lintcheck # include library targets include ../../../Makefile.targ diff --git a/usr/src/lib/krb5/kadm5/srv/Makefile b/usr/src/lib/krb5/kadm5/srv/Makefile index d85cc5dadb..d515234243 100644 --- a/usr/src/lib/krb5/kadm5/srv/Makefile +++ b/usr/src/lib/krb5/kadm5/srv/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../../Makefile.lib @@ -33,12 +31,11 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint _msg := TARGET= _msg .KEEP_STATE: -all clean clobber install lint _msg: $(SUBDIRS) +all clean clobber install _msg: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/krb5/kadm5/srv/Makefile.com b/usr/src/lib/krb5/kadm5/srv/Makefile.com index 4242c57ff3..1b6295e378 100644 --- a/usr/src/lib/krb5/kadm5/srv/Makefile.com +++ b/usr/src/lib/krb5/kadm5/srv/Makefile.com @@ -57,7 +57,7 @@ include ../../../Makefile.lib SRCS= $(SRV_OBJS:%.o=../%.c) \ $(SHARED_OBJS:%.o=../../%.c) -KRB5LIB= $(ROOT)/usr/lib/krb5 +KRB5LIB= $(ROOT)/usr/lib/krb5 LIBS= $(DYNLIB) @@ -100,7 +100,6 @@ SMOFF += all_func_returns,indenting all: $(LIBS) -lint: lintcheck # include library targets include ../../../Makefile.targ |