271c3a9060
sntp includes a copy of libopts in itself in vendor code, rewrite the Makefile to compile and use only one copy. It is an internal library, not installed. MFC after: 2 weeks
17 lines
435 B
Makefile
17 lines
435 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ntp/libparse
|
|
|
|
LIB= parse
|
|
INTERNALLIB=
|
|
|
|
SRCS= clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c \
|
|
clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_trimtaip.c \
|
|
clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c \
|
|
info_trimble.c parse.c parse_conf.c trim_info.c \
|
|
binio.c gpstolfp.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
|
|
|
|
.include <bsd.lib.mk>
|