head	1.2;
access;
symbols
	bind_4_9_4_p1:1.1.1.1
	VIXIE:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.08.29.22.19.12;	author peter;	state dead;
branches;
next	1.1;

1.1
date	96.08.29.19.42.59;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.08.29.19.42.59;	author peter;	state Exp;
branches;
next	;


desc
@@


1.2
log
@kill these, they were declared a bad idea.
@
text
@# $Id: Makefile,v 1.1 1996/08/29 19:42:59 peter Exp peter $

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${BIND_DIR}/named
.PATH:	${BIND_DIR}/man

PROG=	named
SRCS=	version.c db_dump.c db_glue.c db_load.c db_lookup.c db_reload.c \
	db_save.c db_secure.c db_update.c dmalloc.c ns_forw.c \
	ns_init.c ns_main.c ns_maint.c ns_ncache.c ns_req.c ns_resp.c \
	ns_sort.c ns_stats.c ns_validate.c storage.c tree.c
MAN8=	named.8

BINDIR=	${DESTSBIN}

CLEANFILES+= version.c

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

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id$
@


1.1.1.1
log
@Import some bmake glue for bind-4.9.4-p1.

This is based on Paul Vixie's makefiles, but some of it doesn't look much
like it now.
@
text
@@
