Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ntp build libparse from the ntp distribution which ...



details:   https://anonhg.NetBSD.org/src/rev/c6c0405cc503
branches:  trunk
changeset: 508777:c6c0405cc503
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Apr 19 17:48:18 2001 +0000

description:
build libparse from the ntp distribution which is needed for the generic
serial driver

diffstat:

 usr.sbin/ntp/Makefile          |   5 +++--
 usr.sbin/ntp/libparse/Makefile |  15 +++++++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r ee8165833a82 -r c6c0405cc503 usr.sbin/ntp/Makefile
--- a/usr.sbin/ntp/Makefile     Thu Apr 19 17:46:38 2001 +0000
+++ b/usr.sbin/ntp/Makefile     Thu Apr 19 17:48:18 2001 +0000
@@ -1,5 +1,6 @@
-#      $NetBSD: Makefile,v 1.4 2001/01/09 03:13:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2001/04/19 17:48:18 drochner Exp $
 
-SUBDIR=        html libntp .WAIT ntpd ntpdate ntpdc ntpq ntptime ntptimeset ntptrace
+SUBDIR=        html libntp libparse .WAIT ntpd ntpdate ntpdc ntpq ntptime \
+       ntptimeset ntptrace
 
 .include <bsd.subdir.mk>
diff -r ee8165833a82 -r c6c0405cc503 usr.sbin/ntp/libparse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/ntp/libparse/Makefile    Thu Apr 19 17:48:18 2001 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1 2001/04/19 17:48:19 drochner Exp $
+
+LIB=   parse
+SRCS=  parse.c parse_conf.c clk_meinberg.c clk_schmid.c clk_rawdcf.c \
+       clk_trimtsip.c clk_dcf7000.c clk_trimtaip.c clk_rcc8000.c \
+       clk_hopf6021.c clk_computime.c clk_wharton.c clk_varitext.c \
+       data_mbg.c info_trimble.c trim_info.c
+NTPSRCDIR=lib${LIB}
+
+MKLINKLIB=no
+MKMAN= no
+MKPIC= no
+MKLINT=        no      # XXX
+
+.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index