Browse Source

kamctl: Makefile action for simple 'make'

- avoid kamctl installation if 'make' is typed
Daniel-Constantin Mierla 16 năm trước cách đây
mục cha
commit
e77ff6f4c9
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      utils/kamctl/Makefile

+ 3 - 0
utils/kamctl/Makefile

@@ -2,6 +2,9 @@
 COREPATH=../..
 include $(COREPATH)/Makefile.defs
 
+all:
+		@echo "No compilation needed for kamctl"
+
 install: install-cfg install-bin install-man install-modules
 
 install-cfg: $(cfg_prefix)/$(cfg_dir)