diff options
Diffstat (limited to 'usr/src/lib/krb5/kadm5/Makefile')
-rw-r--r-- | usr/src/lib/krb5/kadm5/Makefile | 8 |
1 files changed, 2 insertions, 6 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) |