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.28;	author peter;	state dead;
branches;
next	1.2;

1.2
date	94.09.10.15.00.08;	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.3
log
@recording cvs-1.6 file death
@
text
@# bootptest/Makefile
# $Id: Makefile,v 1.2 1994/09/10 15:00:08 csgr Exp peter $

PROG=	bootptest
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -I${SRCDIR}
.PATH: ${SRCDIR}
MANSRC= ${SRCDIR}

SRCS=	bootptest.c print-bootp.c getif.c getether.c report.c

MAN8=	bootptest.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.3 1994/08/22 22:19:04 gwr Exp $
@


1.1
log
@Initial revision
@
text
@d8 1
d12 1
a12 1
MAN8=	bootptest.0
@


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