]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/adjtimed/Makefile.am
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ntp / adjtimed / Makefile.am
1 ## adjtimed Makefile.am
2
3 bin_PROGRAMS = $(ADJTIMED_DB)
4 libexec_PROGRAMS = $(ADJTIMED_DL)
5 sbin_PROGRAMS = $(ADJTIMED_DS)
6
7 BUILT_SOURCES =
8 CLEANFILES =
9 EXTRA_PROGRAMS = adjtimed
10
11 AM_CFLAGS = $(CFLAGS_NTP)
12
13 AM_CPPFLAGS  = $(NTP_INCS)
14 AM_CPPFLAGS += $(CPPFLAGS_NTP)
15
16 LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS)
17
18 include $(top_srcdir)/bincheck.mf
19 include $(top_srcdir)/sntp/check-libntp.mf
20 include $(top_srcdir)/depsver.mf
21 include $(top_srcdir)/includes.mf