mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
14 lines
355 B
Makefile
14 lines
355 B
Makefile
################################################################################
|
|
#
|
|
# time
|
|
#
|
|
################################################################################
|
|
|
|
TIME_VERSION = 1.9
|
|
TIME_SITE = $(BR2_GNU_MIRROR)/time
|
|
TIME_CONF_ENV = ac_cv_func_wait3_rusage=yes
|
|
TIME_LICENSE = GPL-3.0+
|
|
TIME_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|