mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 18:12:13 +00:00
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
315 B
Makefile
13 lines
315 B
Makefile
################################################################################
|
|
#
|
|
# fping
|
|
#
|
|
################################################################################
|
|
|
|
FPING_VERSION = 3.8
|
|
FPING_SITE = http://fping.org/dist
|
|
FPING_LICENSE = BSD-like
|
|
FPING_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|