]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ntp/check-libntpd.mf
Merge bmake-20230622
[FreeBSD/FreeBSD.git] / contrib / ntp / check-libntpd.mf
1 ##
2 ## check-libntpd.mf - automake fragment
3 ##
4
5 BUILT_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
12 CLEANFILES      += check-libntpd
13
14 check-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