diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-04 19:18:23 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-04 19:18:23 +0000 |
| commit | 50ae594fa2ad701d6e8409c821ea73130bfdabbe (patch) | |
| tree | 3c6c30c3ed13d9dee1f571cdfb94ae937d670caa | |
| parent | 789fda719a2b5767817e5e57edccb1568b07f48f (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 |
