mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
a466cc5537
Security: NtpBUg3767, NtpBug3808, NtpBug3807 (CVE-2023-26555) MFC after: immediately
15 lines
384 B
Plaintext
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
|
|
|