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
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
## check-libunity.mf - automake fragment
|
|
##
|
|
## sntp/check-libunity.mf
|
|
## The above file has a version of this for the sntp tree.
|
|
|
|
BUILT_SOURCES += check-libunity
|
|
|
|
check-libunity: $(top_builddir)/sntp/unity/libunity.a
|
|
@: avoid default SCCS get by some make implementations
|
|
|
|
$(top_builddir)/sntp/unity/libunity.a:
|
|
cd $(top_builddir)/sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a
|
|
|