summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-01-28 23:14:16 +0000
committerasmodai <asmodai@FreeBSD.org>2001-01-28 23:14:16 +0000
commit26287c7d4023bee5c71461ae21465c51c055be1e (patch)
treeaa63939994eb283ee0d31cafea02f49ec8825d05
parentde347231c76ad97a537093003b3ff7c502f5f12d (diff)
downloadFreeBSD-src-26287c7d4023bee5c71461ae21465c51c055be1e.zip
FreeBSD-src-26287c7d4023bee5c71461ae21465c51c055be1e.tar.gz
Update Makefile for the new sources.
-rw-r--r--lib/libisc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile
index c9d8f5d..f8b00a1 100644
--- a/lib/libisc/Makefile
+++ b/lib/libisc/Makefile
@@ -9,15 +9,19 @@ 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 \
- logging.c memcluster.c bitncmp.c
+ logging.c memcluster.c bitncmp.c ctl_clnt.c ctl_p.c \
+ ctl_srvr.c movefile.c
# contrib/bind/include/* must not override any real system includes
CFLAGS+= -I${BIND_DIR}/port/freebsd/include -I${BIND_DIR}/include
CFLAGS+= -Wall -Wmissing-prototypes
INCS= ${BIND_DIR}/include/isc/assertions.h \
+ ${BIND_DIR}/include/isc/ctl.h \
+ ${BIND_DIR}/include/isc/dst.h \
${BIND_DIR}/include/isc/eventlib.h \
${BIND_DIR}/include/isc/heap.h \
+ ${BIND_DIR}/include/isc/irpmarshall.h \
${BIND_DIR}/include/isc/logging.h \
${BIND_DIR}/include/isc/memcluster.h \
${BIND_DIR}/include/isc/misc.h \
OpenPOWER on IntegriCloud