Print this page
12595 restructure digest crypto-tests
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Change-Id: Id850230fe9e9e0ee9eb39066b3c07e25739866f8

@@ -11,10 +11,11 @@
 
 #
 # Copyright (c) 2012 by Delphix. All rights reserved.
 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
 # Copyright 2019 Joyent, Inc.
+# Copyright 2020 Oxide Computer Company
 #
 
 include $(SRC)/cmd/Makefile.cmd
 include $(SRC)/test/Makefile.com
 include $(SRC)/cmd/Makefile.ctf

@@ -90,11 +91,11 @@
 
 clobber: clean
         -$(RM) $(PROGS)
 
 clean:
-        -$(RM) *.o $(COMMON_OBJS_32) $(COMMON_OBJS_64)
+        -$(RM) *.o $(COMMON_OBJS_32) $(COMMON_OBJS_64) $(PROGS)
 
 $(CMDS): $(TESTDIR_pkcs) $(TESTDIR_kcf) $(PROGS)
 
 $(TESTDIR_pkcs) $(TESTDIR_kcf):
         $(INS.dir)