diff options
Diffstat (limited to 'usr/src/lib/krb5/kadm5/srv')
-rw-r--r-- | usr/src/lib/krb5/kadm5/srv/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/krb5/kadm5/srv/Makefile.com | 3 |
2 files changed, 2 insertions, 6 deletions
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 |