xref: /freebsd/contrib/ntp/check-libntp.mf (revision 5680cf6dc6e25cffa3930e9cb06f6982fcb80209)
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
6.PHONY: check-libntp
7
8if LIBNTP_SUBMAKES
9BUILT_SOURCES	+= check-libntp
10
11check-libntp:
12	cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
13
14endif
15