]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - libexec/bootpd/tools/bootptest/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / libexec / bootpd / tools / bootptest / Makefile
1 # Makefile
2 # $FreeBSD$
3
4 PROG=   bootptest
5 MAN=    bootptest.8
6 SRCS=   bootptest.c getether.c getif.c print-bootp.c report.c
7
8 SRCDIR= ${.CURDIR}/../..
9 CFLAGS+=-I${SRCDIR}
10 .PATH:  ${SRCDIR}
11
12 .include <bsd.prog.mk>