summaryrefslogtreecommitdiffstats
path: root/usr.sbin/timed/timed/Makefile
blob: 6f73824fbd74afd6a0584c60b660e8ef5770d592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$
#
# optional flags are: MEASURE TESTING DEBUG

PROG=	timed
MAN=	timed.8
SRCS=	acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \
	slave.c timed.c byteorder.c measure.c cksum.c

DPADD=	${LIBUTIL}
LDADD=	-lutil

.include "../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud