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


1.3
date	95.12.30.18.59.02;	author peter;	state dead;
branches;
next	1.2;

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

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

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


desc
@@


1.3
log
@recording cvs-1.6 file death
@
text
@# bootpd/Makefile
# $Id: Makefile,v 1.2 1994/09/10 14:59:55 csgr Exp peter $

PROG=	bootpd
#CFLAGS+= -DETC_ETHERS 
CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU


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

MAN5=	bootptab.5
MAN8=	bootpd.8

.include <bsd.prog.mk>
@


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.1.1.1 1994/09/10 14:44:53 csgr Exp $
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1994/06/27 21:25:49 gwr Exp $
d5 3
a7 1
CFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU
d10 1
a10 1
	 lookup.c getif.c hwaddr.c report.c tzone.c
d12 2
a13 3
MAN5=	bootptab.0
MAN8=	bootpd.0
MLINKS= bootpd.8 bootpgw.8
@


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