Current Path : /usr/src/libexec/bootpd/tools/bootptest/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/libexec/bootpd/tools/bootptest/Makefile |
# Makefile # $FreeBSD: release/9.1.0/libexec/bootpd/tools/bootptest/Makefile 74814 2001-03-26 14:22:12Z ru $ PROG= bootptest MAN= bootptest.8 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c SRCDIR= ${.CURDIR}/../.. CFLAGS+=-I${SRCDIR} .PATH: ${SRCDIR} .include <bsd.prog.mk>