freebsd-dev/contrib/ntp/sntp/check-libntp.mf
2018-02-28 07:59:55 +00:00

15 lines
324 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
../libntp/libntp.a:
cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a