mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Merge commit '1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad' into main (cherry picked from commit f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
13 lines
373 B
Text
13 lines
373 B
Text
## check-libunity.mf - automake fragment
|
|
##
|
|
## sntp/check-libunity.mf
|
|
## The above file has a version of this for the sntp tree.
|
|
|
|
BUILT_SOURCES += check-libunity
|
|
CLEANFILES += check-libunity
|
|
|
|
check-libunity: $(top_builddir)/sntp/unity/libunity.a
|
|
@echo stamp > $@
|
|
|
|
$(top_builddir)/sntp/unity/libunity.a:
|
|
cd $(top_builddir)/sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a
|