11553Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
274532Sru# $FreeBSD$
31553Srgrimes#
41553Srgrimes# optional flags are: MEASURE TESTING DEBUG
51553Srgrimes
61553SrgrimesPROG=	timed
780029SobrienMAN=	timed.8
81553SrgrimesSRCS=	acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \
91553Srgrimes	slave.c timed.c byteorder.c measure.c cksum.c
1080029Sobrien
111553SrgrimesDPADD=	${LIBUTIL}
121553SrgrimesLDADD=	-lutil
131553Srgrimes
14189090SedWARNS?=	1
15189090Sed
161553Srgrimes.include "../../Makefile.inc"
171553Srgrimes.include <bsd.prog.mk>
18