summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/tests/Makefile.am
blob: 75890a42c22a412f3fc3f0989b0d0a3e9b7218ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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)

OpenPOWER on IntegriCloud