xref: /freebsd/contrib/ntp/check-libntpd.mf (revision abd87254)
1##
2## check-libntpd.mf - automake fragment
3##
4
5BUILT_SOURCES	+= check-libntpd
6
7# CLEANFILES addition below won't be needed after a while.
8# Leave it in for now for folks tracking the source repo
9# who have the file from a former version of the rule.
10# DLH Jan 2023
11
12CLEANFILES	+= check-libntpd
13
14check-libntpd: $(top_builddir)/ntpd/libntpd.a
15	 @: avoid default SCCS get by some make implementations
16
17$(top_builddir)/ntpd/libntpd.a:
18	cd $(top_builddir)/ntpd && $(MAKE) $(AM_MAKEFLAGS) libntpd.a
19
20