commit | fd0d20033522557054fc66027e847483a5d074df | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Wed Aug 02 19:52:01 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Wed Aug 02 19:52:46 2023 -0400 |
tree | c6d656d132ba8a57dfc02a3fe1f77d52d21f8fec | |
parent | 04cdd9f9dcfd20b7e6d8d475c0028aee2b623f68 [diff] [blame] |
Added a new target to install the kind command Change-Id: I64dccc94eb7845741a8951662e0d82ab76147867
diff --git a/makefiles/commands/include.mk b/makefiles/commands/include.mk index 01fa145..7cdd107 100644 --- a/makefiles/commands/include.mk +++ b/makefiles/commands/include.mk
@@ -26,6 +26,7 @@ $(if $(DEBUG),$(warning ENTER)) include $(ONF_MAKEDIR)/commands/kail.mk +include $(ONF_MAKEDIR)/commands/kind.mk $(if $(DEBUG),$(warning LEAVE))