mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
13 lines
384 B
Text
13 lines
384 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
|
|
|
|
check-libunity: $(top_builddir)/sntp/unity/libunity.a
|
|
@: avoid default SCCS get by some make implementations
|
|
|
|
$(top_builddir)/sntp/unity/libunity.a:
|
|
cd $(top_builddir)/sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a
|
|
|