File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / adjtimed / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:37 2012 UTC (12 years, 2 months ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

AUTOMAKE_OPTIONS=	

if NTP_BINSUBDIR_IS_BIN
bin_PROGRAMS=	@MAKE_ADJTIMED@
else
sbin_PROGRAMS=	@MAKE_ADJTIMED@
endif

BUILT_SOURCES=
CLEANFILES=
EXTRA_PROGRAMS=	adjtimed
AM_CPPFLAGS=	-I$(top_srcdir)/include
LDADD=		../libntp/libntp.a
ETAGS_ARGS=	Makefile.am

include $(top_srcdir)/bincheck.mf
include $(top_srcdir)/depsver.mf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>