diff options
| author | Xin LI <delphij@FreeBSD.org> | 2014-12-10 08:31:41 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2014-12-10 08:31:41 +0000 |
| commit | a689e66a3e6ba78a5daccc8b0487bcc5dbd2e355 (patch) | |
| tree | 9f917a782f4b8ad17ec00bbb8b678af507727f2f /lib | |
| parent | b3cc7584ad48063dba796c789d0c7035eb7e13a4 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bind/isc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bind/isc/Makefile b/lib/bind/isc/Makefile index 55962a3abccc..35ca7fd9f9ff 100644 --- a/lib/bind/isc/Makefile +++ b/lib/bind/isc/Makefile @@ -28,7 +28,7 @@ SRCS+= condition.c mutex.c \ .PATH: ${SRCDIR} SRCS+= inet_pton.c \ assertions.c backtrace.c base32.c base64.c bitstring.c \ - buffer.c bufferlist.c commandline.c error.c event.c \ + buffer.c bufferlist.c commandline.c counter.c error.c event.c \ fsaccess.c hash.c \ heap.c hex.c hmacmd5.c hmacsha.c \ httpd.c inet_aton.c \ @@ -66,6 +66,7 @@ INCS= ${SRCDIR}/include/isc/app.h \ ${SRCDIR}/include/isc/buffer.h \ ${SRCDIR}/include/isc/bufferlist.h \ ${SRCDIR}/include/isc/commandline.h \ + ${SRCDIR}/include/isc/counter.h \ ${SRCDIR}/include/isc/entropy.h \ ${SRCDIR}/include/isc/error.h \ ${SRCDIR}/include/isc/event.h \ |
