13 lines
187 B
Makefile
13 lines
187 B
Makefile
# Makefile
|
|
# $Id$
|
|
|
|
PROG= bootpgw
|
|
NOMAN= true
|
|
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
|
|
|
|
SRCDIR= ${.CURDIR}/../bootpd
|
|
CFLAGS+=-I${SRCDIR}
|
|
.PATH: ${SRCDIR}
|
|
|
|
.include <bsd.prog.mk>
|