mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
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
|
|
|