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