diff options
Diffstat (limited to 'usr/src/lib/pkcs11/pkcs11_tpm/Makefile')
-rw-r--r-- | usr/src/lib/pkcs11/pkcs11_tpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/pkcs11/pkcs11_tpm/Makefile b/usr/src/lib/pkcs11/pkcs11_tpm/Makefile index 156414a3ef..8c085a8538 100644 --- a/usr/src/lib/pkcs11/pkcs11_tpm/Makefile +++ b/usr/src/lib/pkcs11/pkcs11_tpm/Makefile @@ -31,11 +31,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) |