xref: /freebsd/contrib/ntp/check-libntp.mf (revision a466cc55373fc3cf86837f09da729535b57e69a1)
1*a466cc55SCy Schubert## check-libntp.mf - automake fragment
2*a466cc55SCy Schubert##
3*a466cc55SCy Schubert## sntp/check-libntp.mf
4*a466cc55SCy Schubert## The above file has a version of this for the sntp tree.
5*a466cc55SCy Schubert
6*a466cc55SCy SchubertBUILT_SOURCES	+= check-libntp
7*a466cc55SCy SchubertCLEANFILES	+= check-libntp
8*a466cc55SCy Schubert
9*a466cc55SCy Schubertcheck-libntp: $(top_builddir)/libntp/libntp.a
10*a466cc55SCy Schubert	@: avoid default SCCS get by some make implementations
11*a466cc55SCy Schubert
12*a466cc55SCy Schubert$(top_builddir)/libntp/libntp.a:
13*a466cc55SCy Schubert	cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
14*a466cc55SCy Schubert
15