freebsd-dev/contrib/ntp/check-libntpd.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

20 lines
494 B
Plaintext

##
## check-libntpd.mf - automake fragment
##
BUILT_SOURCES += check-libntpd
# CLEANFILES addition below won't be needed after a while.
# Leave it in for now for folks tracking the source repo
# who have the file from a former version of the rule.
# DLH Jan 2023
CLEANFILES += check-libntpd
check-libntpd: $(top_builddir)/ntpd/libntpd.a
@: avoid default SCCS get by some make implementations
$(top_builddir)/ntpd/libntpd.a:
cd $(top_builddir)/ntpd && $(MAKE) $(AM_MAKEFLAGS) libntpd.a