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