]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ntp/check-libntp.mf
Add 'contrib/unifdef/' from commit '0da44885831dc0a43c4ca6ff04a2430993cc0a80'
[FreeBSD/FreeBSD.git] / contrib / ntp / check-libntp.mf
1 ## check-libntp.mf - automake fragment
2 ##
3 ## sntp/check-libntp.mf
4 ## The above file has a version of this for the sntp tree.
5
6 BUILT_SOURCES   += check-libntp
7 CLEANFILES      += check-libntp
8
9 check-libntp: $(top_builddir)/libntp/libntp.a
10         @: avoid default SCCS get by some make implementations
11
12 $(top_builddir)/libntp/libntp.a:
13         cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
14