diff options
author | nectar <nectar@FreeBSD.org> | 2002-02-04 19:18:23 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-02-04 19:18:23 +0000 |
commit | 3c5b2dc404847d450204cad6f10502165edbb547 (patch) | |
tree | 3c6c30c3ed13d9dee1f571cdfb94ae937d670caa | |
parent | 9f6ebcdbe691bee2d74a815107f1ce09badf20cd (diff) | |
download | FreeBSD-src-3c5b2dc404847d450204cad6f10502165edbb547.zip FreeBSD-src-3c5b2dc404847d450204cad6f10502165edbb547.tar.gz |
hex.c is new in libisc with 8.3.1-REL.
-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 a368f3c..9423563 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 |