diff options
author | 1997-06-30 21:41:06 +0000 | |
---|---|---|
committer | 1997-06-30 21:41:06 +0000 | |
commit | c158db2df4ed6bbfc2f431ce3f44c405a2bbd295 (patch) | |
tree | 6c5b9da3e0c236bf84e95d65ba22430ff46a1216 | |
parent | signed int fix from leres@ee.lbl.gov (diff) | |
download | wireguard-openbsd-c158db2df4ed6bbfc2f431ce3f44c405a2bbd295.tar.xz wireguard-openbsd-c158db2df4ed6bbfc2f431ce3f44c405a2bbd295.zip |
back out last two changes
-rw-r--r-- | usr.sbin/timed/timed/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/timed/timed/Makefile b/usr.sbin/timed/timed/Makefile index ee2ddb02f55..4935171d15b 100644 --- a/usr.sbin/timed/timed/Makefile +++ b/usr.sbin/timed/timed/Makefile @@ -2,11 +2,7 @@ # # optional flags are: MEASURE TESTING DEBUG -.include <bsd.own.mk> - -.if (${YP} == "yes") CFLAGS+=-DHAVENIS -.endif 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 |