diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 22:27:16 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 22:27:16 +0000 |
commit | 3f5fa6efcc7a1b32b2458e961c4dd913b50de47d (patch) | |
tree | 0a0775590ea1bcd1828c55ff82e1bc6a06269cd8 /lib | |
parent | 3699f60e15ec53c7e510fa36abd5ed86ab0a8831 (diff) | |
download | FreeBSD-src-3f5fa6efcc7a1b32b2458e961c4dd913b50de47d.zip FreeBSD-src-3f5fa6efcc7a1b32b2458e961c4dd913b50de47d.tar.gz |
Add list.h to the to be installed header files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libisc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile index f8b00a1..f0bd477 100644 --- a/lib/libisc/Makefile +++ b/lib/libisc/Makefile @@ -22,6 +22,7 @@ INCS= ${BIND_DIR}/include/isc/assertions.h \ ${BIND_DIR}/include/isc/eventlib.h \ ${BIND_DIR}/include/isc/heap.h \ ${BIND_DIR}/include/isc/irpmarshall.h \ + ${BIND_DIR}/include/isc/list.h \ ${BIND_DIR}/include/isc/logging.h \ ${BIND_DIR}/include/isc/memcluster.h \ ${BIND_DIR}/include/isc/misc.h \ |