David E. O'Brien 90e655ea4e Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00

22 lines
551 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/ntp/libparse
LIB= parse
NOPROFILE= true
NOPIC= true
INTERNALLIB= true
INTERNALSTATICLIB= true
NOMAN= true
SRCS= parse.c parse_conf.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 \
info_trimble.c trim_info.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
.include <bsd.lib.mk>