mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
12 lines
177 B
Makefile
12 lines
177 B
Makefile
# Makefile
|
|
# $FreeBSD$
|
|
|
|
PROG= bootpgw
|
|
MAN=
|
|
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
|
|
|
|
SRCDIR= ${.CURDIR}/..
|
|
CFLAGS+=-I${SRCDIR}
|
|
.PATH: ${SRCDIR}
|
|
|
|
.include <bsd.prog.mk>
|