]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/tests/Makefile.am
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ntp / tests / Makefile.am
1 NULL =
2 SUBDIRS = 
3 DIST_SUBDIRS = 
4
5 if GTEST_AVAILABLE
6 SUBDIRS +=      \
7         ntpd    \
8         $(NULL)
9 endif
10
11 SUBDIRS +=              \
12         bug-2803        \
13         libntp          \
14         sec-2853        \
15         $(NULL)
16
17 DIST_SUBDIRS +=         \
18         bug-2803        \
19         libntp          \
20         ntpd            \
21         sandbox         \
22         sec-2853        \
23         $(NULL)
24