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

PROG=	timed
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
MAN8=	timed.0

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