mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
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>
|