diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2002-07-15 10:08:44 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2002-07-15 10:08:44 +0000 |
| commit | da0b960f84dd8c6b5a7012e5d9f2ecc05719ab87 (patch) | |
| tree | ed002dc551b9a0dc29fca985b0dc5cb280b3224d | |
| parent | 48327d0907ca180710a15dedaaa9e22dc2d9b0e7 (diff) | |
Notes
| -rw-r--r-- | lib/libisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile index a368f3c0d7db..94235638d58c 100644 --- a/lib/libisc/Makefile +++ b/lib/libisc/Makefile @@ -8,7 +8,7 @@ SHLIB_MINOR= 0 .PATH: ${BIND_DIR}/lib/isc SRCS= assertions.c ev_connects.c ev_files.c ev_streams.c \ - ev_timers.c ev_waits.c eventlib.c heap.c tree.c \ + ev_timers.c ev_waits.c eventlib.c heap.c hex.c tree.c \ logging.c memcluster.c bitncmp.c ctl_clnt.c ctl_p.c \ ctl_srvr.c movefile.c |
