NetBSD/usr.sbin/ntp/libparse/Makefile
lukem 66176dfdff Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00

15 lines
410 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/05/03 14:48:32 lukem Exp $
LIBISPRIVATE= yes
LIB= parse
SRCS= binio.c 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 gpstolfp.c ieee754io.c info_trimble.c \
mfp_mul.c parse.c parse_conf.c trim_info.c
NTPSRCDIR=lib${LIB}
.include <bsd.lib.mk>