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