build libparse from the ntp distribution which is needed for the generic

serial driver
This commit is contained in:
drochner 2001-04-19 17:48:18 +00:00
parent b7fc5a75b3
commit 2acdce8cfd
2 changed files with 18 additions and 2 deletions

View File

@ -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>

View File

@ -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>