mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
b5e14a1344
Reviewed by: roberto Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security: CVE-2014-9293 Security CVE-2014-9294 Security CVE-2014-9295 Security CVE-2014-9296
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
## check-libntp.mf - automake fragment
|
|
##
|
|
## tests/libntp/Makefile.am
|
|
## sntp/tests/Makefile.am
|
|
## The above files have adaptations of this for deeper nesting.
|
|
|
|
BUILT_SOURCES += check-libntp
|
|
CLEANFILES += check-libntp
|
|
|
|
check-libntp: ../libntp/libntp.a
|
|
@echo stamp > $@
|
|
|
|
../libntp/libntp.a:
|
|
cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
|
|
|