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, 10 months ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: AUTOMAKE_OPTIONS=	
    2: 
    3: if NTP_BINSUBDIR_IS_BIN
    4: bin_PROGRAMS=	@MAKE_ADJTIMED@
    5: else
    6: sbin_PROGRAMS=	@MAKE_ADJTIMED@
    7: endif
    8: 
    9: BUILT_SOURCES=
   10: CLEANFILES=
   11: EXTRA_PROGRAMS=	adjtimed
   12: AM_CPPFLAGS=	-I$(top_srcdir)/include
   13: LDADD=		../libntp/libntp.a
   14: ETAGS_ARGS=	Makefile.am
   15: 
   16: include $(top_srcdir)/bincheck.mf
   17: include $(top_srcdir)/depsver.mf

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