]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/bootpd/bootpgw/Makefile
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[FreeBSD/FreeBSD.git] / libexec / bootpd / bootpgw / Makefile
1 # Makefile
2 # $FreeBSD$
3
4 PROG=   bootpgw
5 MAN=
6 SRCS=   bootpgw.c getif.c hwaddr.c report.c rtmsg.c
7
8 SRCDIR= ${.CURDIR}/..
9 CFLAGS+=-I${SRCDIR}
10 .PATH:  ${SRCDIR}
11
12 .include <bsd.prog.mk>