summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/isc/Makefile
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-01-28 23:00:22 +0000
committerasmodai <asmodai@FreeBSD.org>2001-01-28 23:00:22 +0000
commit526ae97d8eab06b1ded7a468938ed1c2c0baa576 (patch)
tree79c3598232b8ef08c8a1c0743584300e0db77a3b /contrib/bind/lib/isc/Makefile
parent43228ef6de8ed0aac86e82b9a81f8a48d0767403 (diff)
parent1f243835b5b81bfd6b9e5f666730965fe5d60ed6 (diff)
downloadFreeBSD-src-526ae97d8eab06b1ded7a468938ed1c2c0baa576.zip
FreeBSD-src-526ae97d8eab06b1ded7a468938ed1c2c0baa576.tar.gz
This commit was generated by cvs2svn to compensate for changes in r71756,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/bind/lib/isc/Makefile')
-rw-r--r--contrib/bind/lib/isc/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/contrib/bind/lib/isc/Makefile b/contrib/bind/lib/isc/Makefile
index 5485ec7..7845365 100644
--- a/contrib/bind/lib/isc/Makefile
+++ b/contrib/bind/lib/isc/Makefile
@@ -13,12 +13,12 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
-# $Id: Makefile,v 8.26 2000/07/11 06:41:41 vixie Exp $
+# $Id: Makefile,v 8.28 2000/12/23 08:03:00 vixie Exp $
# these are only appropriate for BSD 4.4 or derivatives, and are used in
# development. normal builds will be done in the top level directory and
# this Makefile will be invoked with a lot of overrides for the following:
-SYSTYPE= bsdos
+SYSTYPE= freebsd
DESTDIR =
DESTLIB = /usr/local/lib
O=o
@@ -26,7 +26,7 @@ A=a
CC= cc
LD= ld
SHELL= /bin/sh
-CDEBUG= -g
+CDEBUG= -g -Wall
TOP= ../..
INCL = ${TOP}/include
PORTINCL = ${TOP}/port/${SYSTYPE}/include
@@ -47,13 +47,15 @@ SRCS= tree.c base64.c bitncmp.c assertions.c \
memcluster.c logging.c heap.c \
ctl_p.c ctl_srvr.c ctl_clnt.c \
eventlib.c ev_connects.c ev_files.c \
- ev_timers.c ev_streams.c ev_waits.c
+ ev_timers.c ev_streams.c ev_waits.c \
+ movefile.c
OBJS= tree.${O} base64.${O} bitncmp.${O} assertions.${O} \
memcluster.${O} logging.${O} heap.${O} \
ctl_p.${O} ctl_srvr.${O} ctl_clnt.${O} \
eventlib.${O} ev_connects.${O} ev_files.${O} \
- ev_timers.${O} ev_streams.${O} ev_waits.${O}
+ ev_timers.${O} ev_streams.${O} ev_waits.${O} \
+ movefile.${O}
all: ${LIBBIND}
OpenPOWER on IntegriCloud