head	1.10;
access;
symbols
	RELENG_2_1_7_RELEASE:1.2.4.2
	RELENG_2_1_6_1_RELEASE:1.2.4.2
	RELENG_2_1_6_RELEASE:1.2.4.2
	RELENG_2_1_5_RELEASE:1.2.4.2
	RELENG_2_1_0_RELEASE:1.2.4.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.1.0.2;
locks; strict;
comment	@# @;


1.10
date	96.08.29.21.38.12;	author peter;	state dead;
branches;
next	1.9;

1.9
date	96.01.22.05.55.52;	author peter;	state Exp;
branches;
next	1.8;

1.8
date	96.01.07.05.48.48;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	95.10.23.20.33.13;	author ache;	state Exp;
branches;
next	1.6;

1.6
date	95.10.23.11.11.58;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	95.10.20.20.32.26;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	95.09.27.19.39.22;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	95.08.20.21.49.37;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	94.11.19.13.42.05;	author ats;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	94.09.22.20.45.32;	author pst;	state Exp;
branches;
next	;

1.2.4.1
date	95.08.30.04.09.11;	author davidg;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	95.10.06.10.48.57;	author davidg;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Revert back to building bind-4.9.4-P1 in seperate directories...
@
text
@#	@@(#)Makefile	5.1 (Berkeley) 5/28/90

PROG=	named-xfer
SRCS=	named-xfer.c db_glue.c
OBJS+=	version.o
CLEANFILES+=version.c version.o
CFLAGS+=-I${.CURDIR}/..
.PATH:	${.CURDIR}/..
BINDIR=	/usr/libexec
MAN8= named-xfer.8


VER	= 4.9.3-P1

version.c: ${.CURDIR}/../Version.c ${.CURDIR}/Makefile ${SRCS}
	(LC_TIME=; export LC_TIME; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
	 h=`hostname` t=`date`; \
	sed -e "s|%WHEN%|$${t}|" -e "s|%VERSION%|"${VER}"|" \
	    -e "s|%WHOANDWHERE%|$${u}@@$${h}:$${d}|" \
	    < ${.CURDIR}/../Version.c > version.c)

.include "../../Makefile.inc"
.include <bsd.prog.mk>
@


1.9
log
@Merge in 4.9.3-P1 changes and bump version number.
(Patch1 only affects named and BSD/OS makefiles that we dont use)
@
text
@@


1.8
log
@Round 1 of the conflict merge. It now compiles..
@
text
@d13 1
a13 1
VER	= 4.9.3-REL
@


1.7
log
@Reset LC_TIME only and add missing export
@
text
@d13 1
a13 1
VER	= 4.9.3-BETA26-LOCAL
@


1.6
log
@Fold in conflict related changes after beta26 merge.

Also, update the man pages - they were very old and out of date.
@
text
@d16 1
a16 1
	(LANG=; LC_TIME=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
@


1.5
log
@Oops. Change LC_CTYPE to LC_TIME...
@
text
@d13 1
a13 1
VER	= LOCAL-`date +%y%m%d.%H%M%S`
@


1.4
log
@Reset LANG and LC_CTYPE to not use national date representation
@
text
@d16 1
a16 1
	(LANG=; LC_CTYPE=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
@


1.3
log
@Update bind 4.9.3-beta9p1 to bind 4.9.3-beta24
@
text
@d16 1
a16 1
	(u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
@


1.2
log
@More updates to the manual pages. Used also the unknown macro.
Also install the named-xfer manual page, when we have it in the source.
@
text
@d5 2
d11 10
@


1.2.4.1
log
@Brought in changes from main branch: update to BIND 4.9.3-beta24
@
text
@a4 2
OBJS+=	version.o
CLEANFILES+=version.c version.o
a8 10


VER	= LOCAL-`date +%y%m%d.%H%M%S`

version.c: ${.CURDIR}/../Version.c ${.CURDIR}/Makefile ${SRCS}
	(u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
	 h=`hostname` t=`date`; \
	sed -e "s|%WHEN%|$${t}|" -e "s|%VERSION%|"${VER}"|" \
	    -e "s|%WHOANDWHERE%|$${u}@@$${h}:$${d}|" \
	    < ${.CURDIR}/../Version.c > version.c)
@


1.2.4.2
log
@Sync with main branch.
@
text
@d16 1
a16 1
	(LANG=; LC_CTYPE=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
@


1.1
log
@Port BIND to FreeBSD.
@
text
@d8 1
a8 1
NOMAN=	noman
@
