blob: f84c663a6bde4b6abe234846dcba8e64685410dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:26 deraadt Exp $
PROG= bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootpgw.c getif.c hwaddr.c report.c
NOMAN=
.include <bsd.prog.mk>
|