diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-01 05:40:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-01 05:40:57 +0000 |
commit | 96ef8775eb340304b03d3bbc78617bf840b8b092 (patch) | |
tree | 7ed63ae68760fa1220b44c8043e9600157ec6213 /usr.sbin | |
parent | bc6b836c168aa2c247b85ebd9252913b3b6d63ba (diff) |
HAVENIS
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/timed/timed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/timed/timed/Makefile b/usr.sbin/timed/timed/Makefile index 45b8a673cca..4935171d15b 100644 --- a/usr.sbin/timed/timed/Makefile +++ b/usr.sbin/timed/timed/Makefile @@ -2,6 +2,7 @@ # # optional flags are: MEASURE TESTING DEBUG +CFLAGS+=-DHAVENIS 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 |