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.12.07.48.33;	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
@# bootpgw/Makefile
# $Id: Makefile,v 1.2 1994/09/12 07:48:33 csgr Exp peter $

PROG=	bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}

SRCS=	bootpgw.c getif.c hwaddr.c report.c rtmsg.c

MAN8=

.include <bsd.prog.mk>

@


1.2
log
@add rtmsg.c.
Submitted by:	problem pointed out by Gary Palmer
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1994/09/10 14:44:56 csgr Exp $
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1994/06/27 21:29:46 gwr Exp $
d9 1
a9 1
SRCS=	bootpgw.c getif.c hwaddr.c report.c
@


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