diff options
Diffstat (limited to 'usr/src/lib/krb5/plugins/preauth/Makefile')
-rw-r--r-- | usr/src/lib/krb5/plugins/preauth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/krb5/plugins/preauth/Makefile b/usr/src/lib/krb5/plugins/preauth/Makefile index 884a2af6ff..7add481d7d 100644 --- a/usr/src/lib/krb5/plugins/preauth/Makefile +++ b/usr/src/lib/krb5/plugins/preauth/Makefile @@ -36,12 +36,11 @@ all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint _msg := TARGET= _msg .KEEP_STATE: -all install clean clobber lint _msg: $(SUBDIRS) +all install clean clobber _msg: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |