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