xref: /freebsd/contrib/ntp/sntp/check-libntp.mf (revision 397e83df75e0fcd0d3fcb95ae4d794cb7600fc89)
1## check-libntp.mf - automake fragment
2##
3## ../check-libntp.mf
4## The above file has a version of this for the non-sntp portion
5## of the NTP package.
6
7.PHONY: check-libntp
8
9if LIBNTP_SUBMAKES
10BUILT_SOURCES	+= check-libntp
11
12check-libntp:
13	cd $(top_builddir)/../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
14
15endif
16