freebsd-dev/contrib/ntp/check-libntp.mf
Cy Schubert a466cc5537 ntp: import ntp-4.2.8p16
Security:       NtpBUg3767, NtpBug3808, NtpBug3807 (CVE-2023-26555)
MFC after:	immediately
2023-06-01 07:04:37 -07:00

15 lines
384 B
Plaintext

## check-libntp.mf - automake fragment
##
## sntp/check-libntp.mf
## The above file has a version of this for the sntp tree.
BUILT_SOURCES += check-libntp
CLEANFILES += check-libntp
check-libntp: $(top_builddir)/libntp/libntp.a
@: avoid default SCCS get by some make implementations
$(top_builddir)/libntp/libntp.a:
cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a