xref: /freebsd/contrib/ntp/check-libntp.mf (revision b59017c5cad90d0f09a59e68c00457b7faf93e7c)
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