xref: /freebsd/contrib/ntp/sntp/check-libntp.mf (revision 1d386b48)
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
7BUILT_SOURCES	+= check-libntp
8CLEANFILES	+= check-libntp
9
10check-libntp: $(top_builddir)/../libntp/libntp.a
11	@: avoid default SCCS get by some make implementations
12
13$(top_builddir)/../libntp/libntp.a:
14	cd $(top_builddir)/../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
15
16