config root man

Current Path : /usr/src/tools/regression/sbin/dhclient/

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
Upload File :
Current File : //usr/src/tools/regression/sbin/dhclient/Makefile

# $FreeBSD: release/9.1.0/tools/regression/sbin/dhclient/Makefile 228259 2011-12-04 14:44:31Z dumbbell $

.PATH:	${.CURDIR}/../../../../sbin/dhclient

SRCS=	alloc.c convert.c hash.c options.c tables.c			\
	fake.c								\
	option-domain-search.c

CFLAGS+= -I${.CURDIR}/../../../../sbin/dhclient
LDADD=	-lutil

PROG=	option-domain-search

WARNS?=	2

.include <bsd.prog.mk>

Man Man