9 lines
170 B
Makefile
9 lines
170 B
Makefile
SUBDIR =
|
|
SUBDIR += filebeat
|
|
SUBDIR += heartbeat
|
|
#SUBDIR += hwsensorsbeat
|
|
SUBDIR += metricbeat
|
|
SUBDIR += packetbeat
|
|
|
|
.include <bsd.port.subdir.mk>
|