xref: /freebsd/contrib/ntp/check-libntp.mf (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
1a466cc55SCy Schubert## check-libntp.mf - automake fragment
2a466cc55SCy Schubert##
3a466cc55SCy Schubert## sntp/check-libntp.mf
4a466cc55SCy Schubert## The above file has a version of this for the sntp tree.
5a466cc55SCy Schubert
6*f5f40dd6SCy Schubert.PHONY: check-libntp
7*f5f40dd6SCy Schubert
8*f5f40dd6SCy Schubertif LIBNTP_SUBMAKES
9a466cc55SCy SchubertBUILT_SOURCES	+= check-libntp
10a466cc55SCy Schubert
11*f5f40dd6SCy Schubertcheck-libntp:
12a466cc55SCy Schubert	cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
13a466cc55SCy Schubert
14*f5f40dd6SCy Schubertendif
15