xref: /netbsd-src/external/bsd/ntp/dist/sntp/check-libntp.mf (revision 1580a27b92f58fcdcb23fdfbc04a7c2b54a0b7c8)
1## check-libntp.mf - automake fragment
2##
3## tests/libntp/Makefile.am
4## sntp/tests/Makefile.am
5## The above files have adaptations of this for deeper nesting.
6
7BUILT_SOURCES	+= check-libntp
8CLEANFILES	+= check-libntp
9
10check-libntp: ../libntp/libntp.a
11	@echo stamp > $@
12
13../libntp/libntp.a:
14	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
15
16