mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
f5f40dd63b
MFC: 3 days Merge commit '1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad' into main
14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
## 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
|