12 lines
232 B
Makefile
12 lines
232 B
Makefile
# $OpenBSD: Makefile,v 1.5 2017/04/29 14:17:32 jasper Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += filebeat
|
|
SUBDIR += heartbeat
|
|
#SUBDIR += hwsensorsbeat
|
|
SUBDIR += metricbeat
|
|
SUBDIR += packetbeat
|
|
|
|
.include <bsd.port.subdir.mk>
|
|
|