diff options
Diffstat (limited to 'usr/src/lib/pkcs11/libsoftcrypto/Makefile')
-rw-r--r-- | usr/src/lib/pkcs11/libsoftcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/Makefile index 96d8d8144d..57ac14a115 100644 --- a/usr/src/lib/pkcs11/libsoftcrypto/Makefile +++ b/usr/src/lib/pkcs11/libsoftcrypto/Makefile @@ -32,13 +32,12 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: .PARALLEL: $(SUBDIRS) -all clean clobber install lint: \ +all clean clobber install: \ $(CAPDIR) .WAIT $(SUBDIRS) install_h: $(ROOTHDRS) |