90e655ea4e
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.
16 lines
329 B
Makefile
16 lines
329 B
Makefile
# @(#)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>
|