blob: 677868d5dfb6c6093b7f741f530fa0b076fc1e93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# bootpgw/Makefile
# $Id: Makefile,v 1.1.1.1 1994/06/27 21:29:46 gwr Exp $
PROG= bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootpgw.c getif.c hwaddr.c report.c
MAN8=
.include <bsd.prog.mk>
|