xref: /freebsd/contrib/ntp/sntp/check-libntp.mf (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
12b15cb3dSCy Schubert## check-libntp.mf - automake fragment
22b15cb3dSCy Schubert##
3a466cc55SCy Schubert## ../check-libntp.mf
4a466cc55SCy Schubert## The above file has a version of this for the non-sntp portion
5a466cc55SCy Schubert## of the NTP package.
62b15cb3dSCy Schubert
7*f5f40dd6SCy Schubert.PHONY: check-libntp
8*f5f40dd6SCy Schubert
9*f5f40dd6SCy Schubertif LIBNTP_SUBMAKES
102b15cb3dSCy SchubertBUILT_SOURCES	+= check-libntp
112b15cb3dSCy Schubert
12*f5f40dd6SCy Schubertcheck-libntp:
13a466cc55SCy Schubert	cd $(top_builddir)/../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
142b15cb3dSCy Schubert
15*f5f40dd6SCy Schubertendif
16