mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 19:25:13 -04:00
25 lines
235 B
Makefile
25 lines
235 B
Makefile
NULL =
|
|
SUBDIRS =
|
|
DIST_SUBDIRS =
|
|
|
|
if GTEST_AVAILABLE
|
|
SUBDIRS += \
|
|
ntpd \
|
|
$(NULL)
|
|
endif
|
|
|
|
SUBDIRS += \
|
|
bug-2803 \
|
|
libntp \
|
|
sec-2853 \
|
|
$(NULL)
|
|
|
|
DIST_SUBDIRS += \
|
|
bug-2803 \
|
|
libntp \
|
|
ntpd \
|
|
sandbox \
|
|
sec-2853 \
|
|
$(NULL)
|
|
|