xref: /freebsd/contrib/ntp/check-libntpd.mf (revision a466cc55373fc3cf86837f09da729535b57e69a1)
1*a466cc55SCy Schubert##
2*a466cc55SCy Schubert## check-libntpd.mf - automake fragment
3*a466cc55SCy Schubert##
4*a466cc55SCy Schubert
5*a466cc55SCy SchubertBUILT_SOURCES	+= check-libntpd
6*a466cc55SCy Schubert
7*a466cc55SCy Schubert# CLEANFILES addition below won't be needed after a while.
8*a466cc55SCy Schubert# Leave it in for now for folks tracking the source repo
9*a466cc55SCy Schubert# who have the file from a former version of the rule.
10*a466cc55SCy Schubert# DLH Jan 2023
11*a466cc55SCy Schubert
12*a466cc55SCy SchubertCLEANFILES	+= check-libntpd
13*a466cc55SCy Schubert
14*a466cc55SCy Schubertcheck-libntpd: $(top_builddir)/ntpd/libntpd.a
15*a466cc55SCy Schubert	 @: avoid default SCCS get by some make implementations
16*a466cc55SCy Schubert
17*a466cc55SCy Schubert$(top_builddir)/ntpd/libntpd.a:
18*a466cc55SCy Schubert	cd $(top_builddir)/ntpd && $(MAKE) $(AM_MAKEFLAGS) libntpd.a
19*a466cc55SCy Schubert
20