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,20 ****
--- 11,21 ----
  
  #
  # 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,100 ****
  
  clobber: clean
          -$(RM) $(PROGS)
  
  clean:
!         -$(RM) *.o $(COMMON_OBJS_32) $(COMMON_OBJS_64)
  
  $(CMDS): $(TESTDIR_pkcs) $(TESTDIR_kcf) $(PROGS)
  
  $(TESTDIR_pkcs) $(TESTDIR_kcf):
          $(INS.dir)
--- 91,101 ----
  
  clobber: clean
          -$(RM) $(PROGS)
  
  clean:
!         -$(RM) *.o $(COMMON_OBJS_32) $(COMMON_OBJS_64) $(PROGS)
  
  $(CMDS): $(TESTDIR_pkcs) $(TESTDIR_kcf) $(PROGS)
  
  $(TESTDIR_pkcs) $(TESTDIR_kcf):
          $(INS.dir)