From 976234d3f2fc48cde08871cf13b31409b476ad73 Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 21 Dec 1993 20:04:14 +0000 Subject: Converted to use Berkeley-style makefiles, and configured all clocks on permanently. --- usr.sbin/xntpd/parse/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 usr.sbin/xntpd/parse/Makefile (limited to 'usr.sbin/xntpd') diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile new file mode 100644 index 0000000..1a46fbe --- /dev/null +++ b/usr.sbin/xntpd/parse/Makefile @@ -0,0 +1,19 @@ +# +# $Id: Makefile,v 1.1 1993/12/21 19:42:18 wollman Exp $ +# + +PARSEFLAGS= -DCLOCK_SCHMID -DCLOCK_DCF7000 -DCLOCK_MEINBERG \ + -DCLOCK_RAWDCF -DCLOCK_TRIMSV6 + +CFLAGS+= -I${.CURDIR}/../include ${PARSEFLAGS} + +SRCS= parse.c parse_conf.c clk_meinberg.c clk_schmid.c clk_rawdcf.c \ + clk_dcf7000.c clk_trimble.c + +NOMAN= +NOPROFILE= +LIB= parse + +install: + +.include -- cgit v1.1