mirror of https://github.com/dirtbags/moth.git
9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
splunk-source:
|
||
|
splunk-build:
|
||
|
|
||
|
splunk-install: packages/splunk/tokens.txt
|
||
|
mkdir -p $(TARGET)/splunk/
|
||
|
cp $< $(TARGET)/splunk/
|
||
|
|
||
|
PACKAGES += splunk
|