a38e6757be
Support for fping is added by the admin/netutils module in the SELinux refpolicy. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
348 B
Makefile
14 lines
348 B
Makefile
################################################################################
|
|
#
|
|
# fping
|
|
#
|
|
################################################################################
|
|
|
|
FPING_VERSION = 5.0
|
|
FPING_SITE = http://fping.org/dist
|
|
FPING_LICENSE = BSD-like
|
|
FPING_LICENSE_FILES = COPYING
|
|
FPING_SELINUX_MODULES = netutils
|
|
|
|
$(eval $(autotools-package))
|