]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/check-libopts.mf
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ntp / check-libopts.mf
1 ## check-libopts.mf - automake fragment
2 ##
3 ## If we are not using the tearoff libopts, we won't be
4 ## building its libopts.la, so the submake is allowed
5 ## to fail.
6
7 BUILT_SOURCES   += check-libopts
8 CLEANFILES      += check-libopts
9
10 check-libopts: ../sntp/libopts/libopts.la
11         @echo stamp > $@
12
13 ../sntp/libopts/libopts.la:
14         -cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la