head	1.4;
access;
symbols
	RELEASE_2_0:1.3
	BETA_2_0:1.3
	ALPHA_2_0:1.3.0.2
	bootpd_2_4_0:1.1.1.1
	NETBSD:1.1.1;
locks; strict;
comment	@# @;


1.4
date	95.12.30.18.59.27;	author peter;	state dead;
branches;
next	1.3;

1.3
date	94.09.12.07.48.05;	author csgr;	state Exp;
branches;
next	1.2;

1.2
date	94.09.10.15.00.04;	author csgr;	state Exp;
branches;
next	1.1;

1.1
date	94.09.10.14.44.55;	author csgr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.10.14.44.56;	author csgr;	state Exp;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@# bootpef/Makefile
# $Id: Makefile,v 1.3 1994/09/12 07:48:05 csgr Exp peter $

PROG=	bootpef
SRCDIR= ${.CURDIR}/../bootpd
#CFLAGS+= -DETC_ETHERS 
CFLAGS+= -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
MANSRC= ${SRCDIR}

SRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c \
	 lookup.c hwaddr.c report.c rtmsg.c tzone.c

MAN8=	bootpef.8

.include <bsd.prog.mk>

@


1.3
log
@add rtmsg.c.
Submitted by:	problem pointed out by Gary Palmer
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1994/09/10 15:00:04 csgr Exp $
@


1.2
log
@Changes for bootpd to work on FreeBSD 2.0:
- Makefile changes (manual installation)
- (hwaddr.c rtmsg.c) Do setting of arp cache entries by writing to
  routing socket, rather than by calling arp(8).
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1994/06/27 21:31:21 gwr Exp $
d12 1
a12 1
	 lookup.c hwaddr.c report.c tzone.c
@


1.1
log
@Initial revision
@
text
@d6 2
a7 1
CFLAGS+= -DETC_ETHERS -DDEBUG -I${SRCDIR}
d9 1
d14 1
a14 1
MAN8=	bootpef.0
@


1.1.1.1
log
@Bootpd 2.4.0 (and associated utils)
Obtained from:NetBSD
@
text
@@
