xref: /netbsd-src/external/bsd/ntp/dist/sntp/check-libopts.mf (revision b83ebeba7f767758d2778bb0f9d7a76534253621)
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
7BUILT_SOURCES	+= check-libopts
8CLEANFILES	+= check-libopts
9
10check-libopts: libopts/libopts.la
11	@echo stamp > $@
12
13libopts/libopts.la:
14	-cd libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
15