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