Module Name: src Committed By: kardel Date: Sun Jan 5 15:47:23 UTC 2014
Modified Files: src/external/bsd/ntp/lib/libparse: Makefile Log Message: - add new clk_sel240x.c To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/lib/libparse/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/ntp/lib/libparse/Makefile diff -u src/external/bsd/ntp/lib/libparse/Makefile:1.1 src/external/bsd/ntp/lib/libparse/Makefile:1.2 --- src/external/bsd/ntp/lib/libparse/Makefile:1.1 Sun Dec 13 17:13:47 2009 +++ src/external/bsd/ntp/lib/libparse/Makefile Sun Jan 5 15:47:23 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2009/12/13 17:13:47 kardel Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/05 15:47:23 kardel Exp $ LIBISPRIVATE=yes @@ -16,6 +16,7 @@ SRCS= parse.c \ parse_conf.c \ clk_meinberg.c \ clk_schmid.c \ + clk_sel240x.c \ clk_rawdcf.c \ clk_trimtsip.c \ clk_dcf7000.c \