1994-05-31 00:18:34 +04:00
|
|
|
# bootptest/Makefile
|
1994-12-22 14:32:57 +03:00
|
|
|
# $Id: Makefile,v 1.4 1994/12/22 11:33:18 cgd Exp $
|
1994-05-31 00:18:34 +04:00
|
|
|
|
|
|
|
PROG= bootptest
|
1994-06-28 01:31:21 +04:00
|
|
|
SRCDIR= ${.CURDIR}/../bootpd
|
1994-08-23 02:19:04 +04:00
|
|
|
CFLAGS+= -I${SRCDIR}
|
1994-05-31 00:18:34 +04:00
|
|
|
.PATH: ${SRCDIR}
|
|
|
|
|
|
|
|
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
|
|
|
|
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= bootptest.8
|
1994-05-31 00:18:34 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|