Makefile revision 11050
1# Makefile
2# $Id: Makefile,v 1.2 1995/05/30 05:45:51 rgrimes Exp $
3
4PROG=	bootptest
5MAN8=	bootptest.8
6SRCS=	bootptest.c getether.c getif.c print-bootp.c report.c
7
8SRCDIR=	${.CURDIR}/../..
9CFLAGS+=-I${SRCDIR}
10.PATH:	${SRCDIR}
11
12.include <bsd.prog.mk>
13