freebsd_amp_hwpstate/contrib/ntp/check-libntp.mf

15 lines
282 B
Plaintext

## check-libntp.mf - automake fragment
##
## sntp/check-libntp.mf
## The above file has a version of this for the sntp tree.
.PHONY: check-libntp
if LIBNTP_SUBMAKES
BUILT_SOURCES += check-libntp
check-libntp:
cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
endif