Initial import from FreeBSD RELENG_4:
[dragonfly.git] / libexec / bootpd / tools / bootptest / Makefile
1 # Makefile
2 # $FreeBSD: src/libexec/bootpd/tools/bootptest/Makefile,v 1.6.2.1 2001/04/25 10:40:50 ru Exp $
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>