2b15cb3d09
Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
10 lines
84 B
Makefile
10 lines
84 B
Makefile
NULL =
|
|
SUBDIRS =
|
|
|
|
if GTEST_AVAILABLE
|
|
SUBDIRS += libntp \
|
|
ntpd \
|
|
$(NULL)
|
|
endif
|
|
|