xref: /freebsd/libexec/bootpd/tools/bootptest/Makefile (revision 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8)
1# Makefile
2# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $
3
4PROG=	bootptest
5MAN8=	bootptest.8
6SRCS=	bootptest.o print-bootp.o getif.o getether.o report.o
7
8SRCDIR=	${.CURDIR}/../..
9CFLAGS+=-I${SRCDIR}
10.PATH:	${SRCDIR}
11
12.include <bsd.prog.mk>
13