freebsd-src/contrib/ntp/check-libntp.mf
Cy Schubert f5f40dd63b ntp: Vendor import of ntp-4.2.8p18
MFC:	3 days

Merge commit '1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad' into main
2024-05-26 18:41:22 -07:00

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