mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
framework: target `list' is deprecated now
This commit is contained in:
parent
3406a99f62
commit
0c1d27af8a
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
|
@ -11,11 +11,6 @@ PLUGIN_DIRS+= ${_${CATEGORY}}
|
|||
.endfor
|
||||
|
||||
list:
|
||||
.for PLUGIN_DIR in ${PLUGIN_DIRS}
|
||||
@echo ${PLUGIN_DIR}
|
||||
.endfor
|
||||
|
||||
list-full:
|
||||
.for PLUGIN_DIR in ${PLUGIN_DIRS}
|
||||
@echo ${PLUGIN_DIR} -- $$(${MAKE} -C ${PLUGIN_DIR} -V PLUGIN_COMMENT)
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue