remove old bind.

This commit is contained in:
christos 2009-04-18 13:02:27 +00:00
parent 2eded15942
commit bda2b43696
12 changed files with 0 additions and 176 deletions

View File

@ -1,16 +0,0 @@
# $NetBSD: Makefile,v 1.1 2007/11/04 23:28:17 tls Exp $
LIB=bind9
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/usr.sbin/bind/Makefile.inc"
DIST= ${IDIST}/lib/bind9
.include "${DIST}/api"
.PATH.c: ${DIST}
SRCS= check.c getaddresses.c version.c
.include <bsd.lib.mk>

View File

@ -1,5 +0,0 @@
# $NetBSD: shlib_version,v 1.4 2009/01/11 03:07:47 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=2
minor=0

View File

@ -1,36 +0,0 @@
# $NetBSD: Makefile,v 1.4 2008/08/29 00:02:22 gmcgarry Exp $
LIB=dns
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/usr.sbin/bind/Makefile.inc"
DIST= ${IDIST}/lib/dns
.include "${DIST}/api"
.PATH.c: ${DIST}/unix ${DIST}/sec/dst ${DIST}
CPPFLAGS+= -I${BIND_SRCDIR}/include/dns -I${DIST}
.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
.for f in lookup byaddr request sdb validator
COPTS.${f}.c+= -Wno-pointer-sign -fno-strict-aliasing
.endfor
.endif
DNSSEC_SRCS= dst_api.c dst_lib.c dst_parse.c dst_result.c \
gssapi_link.c gssapictx.c hmac_link.c key.c openssl_link.c \
openssldh_link.c openssldsa_link.c opensslrsa_link.c
SRCS= acl.c acache.c adb.c byaddr.c cache.c callbacks.c compress.c \
db.c dbiterator.c dbtable.c diff.c dispatch.c dlz.c dnssec.c ds.c \
forward.c iptable.c journal.c keytable.c lib.c log.c lookup.c \
master.c masterdump.c message.c name.c ncache.c nsec.c \
order.c peer.c portlist.c rbt.c rbtdb.c rbtdb64.c rcode.c \
rdata.c rdatalist.c rdataset.c rdatasetiter.c rdataslab.c \
request.c resolver.c result.c rootns.c sdb.c soa.c ssu.c \
stats.c tcpmsg.c time.c timer.c tkey.c tsig.c ttl.c \
validator.c version.c view.c xfrin.c zone.c zonekey.c \
zt.c ${DNSSEC_SRCS}
.include <bsd.lib.mk>

View File

@ -1,5 +0,0 @@
# $NetBSD: shlib_version,v 1.4 2009/01/11 03:07:48 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=2
minor=0

View File

@ -1,39 +0,0 @@
# $NetBSD: Makefile,v 1.2 2008/06/21 23:32:19 christos Exp $
LIB=isc
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/usr.sbin/bind/Makefile.inc"
DIST= ${IDIST}/lib/isc
.include "${DIST}/api"
.if ${NAMED_USE_PTHREADS} == "yes"
.PATH.c: ${DIST}/unix ${DIST}/nls ${DIST}/pthreads ${DIST}
.else
.PATH.c: ${DIST}/unix ${DIST}/nls ${DIST}/nothreads ${DIST}
.endif
UNIX_SRCS= app.c dir.c entropy.c errno2result.c file.c fsaccess.c \
interfaceiter.c keyboard.c net.c os.c resource.c socket.c \
stdio.c stdtime.c strerror.c syslog.c time.c
NLS_SRCS= msgcat.c
PTHREAD_SRCS= condition.c mutex.c thread.c
SRCS= assertions.c base64.c bitstring.c buffer.c \
bufferlist.c commandline.c error.c event.c \
hash.c heap.c hex.c hmacmd5.c hmacsha.c httpd.c lex.c lfsr.c \
lib.c log.c md5.c mem.c mutexblock.c netaddr.c \
netscope.c ondestroy.c parseint.c quota.c radix.c random.c \
ratelimiter.c refcount.c region.c result.c rwlock.c \
serial.c sha1.c sha2.c sockaddr.c string.c strtoul.c symtab.c \
task.c taskpool.c timer.c version.c ${UNIX_SRCS} \
${NLS_SRCS} ${PTHREAD_SRCS}
.if (${USE_INET6} == "no")
CPPFLAGS.net.c= -Wno-error
SRCS+= ipv6.c
.endif
.include <bsd.lib.mk>

View File

@ -1,5 +0,0 @@
# $NetBSD: shlib_version,v 1.4 2009/01/11 03:07:48 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=2
minor=0

View File

@ -1,17 +0,0 @@
# $NetBSD: Makefile,v 1.1 2007/11/04 23:28:19 tls Exp $
LIB=isccc
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/usr.sbin/bind/Makefile.inc"
DIST= ${IDIST}/lib/isccc
.include "${DIST}/api"
.PATH.c: ${DIST}
SRCS= alist.c base64.c cc.c ccmsg.c lib.c result.c sexpr.c symtab.c \
version.c
.include <bsd.lib.mk>

View File

@ -1,5 +0,0 @@
# $NetBSD: shlib_version,v 1.4 2009/01/11 03:07:48 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=2
minor=0

View File

@ -1,16 +0,0 @@
# $NetBSD: Makefile,v 1.1 2007/11/04 23:28:19 tls Exp $
LIB=isccfg
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/usr.sbin/bind/Makefile.inc"
DIST= ${IDIST}/lib/isccfg
.include "${DIST}/api"
.PATH.c: ${DIST}/unix ${DIST}
SRCS= aclconf.c log.c namedconf.c parser.c version.c
.include <bsd.lib.mk>

View File

@ -1,5 +0,0 @@
# $NetBSD: shlib_version,v 1.4 2009/01/11 03:07:48 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=2
minor=0

View File

@ -1,22 +0,0 @@
# $NetBSD: Makefile,v 1.6 2007/12/09 09:23:58 agc Exp $
.include <bsd.own.mk>
USE_FORT?= yes # network protocol library
LIB= iscsi
SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c
SRCS+= netmask.c md5c.c md5hl.c
CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -DHAVE_CONFIG_H
CPPFLAGS+= -I${ISCSIDIST}/include
CPPFLAGS+= -pthread
LDFLAGS+= -pthread
NOMAN= # defined
WARNS=4
ISCSIDIST= ${NETBSDSRCDIR}/dist/iscsi
.PATH: ${ISCSIDIST}/src
LIBDPLIBS+= pthread ${.CURDIR}/../libpthread
.include <bsd.lib.mk>

View File

@ -1,5 +0,0 @@
# $NetBSD: shlib_version,v 1.2 2009/01/11 03:07:48 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=1
minor=0