Makefile (020ee2dc9fb13a1004e1107b7382f3d074255f58) Makefile (e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff)
1# Makefile
2# $FreeBSD$
3
4PROG= bootptest
1# Makefile
2# $FreeBSD$
3
4PROG= bootptest
5MAN= bootptest.8
5SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
6
7SRCDIR= ${.CURDIR}/../..
8CFLAGS+=-I${SRCDIR}
9.PATH: ${SRCDIR}
10
11.include <bsd.prog.mk>
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>