config root man

Current Path : /usr/src/usr.sbin/bluetooth/l2ping/

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/usr.sbin/bluetooth/l2ping/Makefile

# $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $
# $FreeBSD: release/9.1.0/usr.sbin/bluetooth/l2ping/Makefile 140941 2005-01-28 16:08:11Z ru $

PROG=		l2ping
MAN=		l2ping.8
WARNS?=		2

DPADD=		${LIBBLUETOOTH}
LDADD=		-lbluetooth

.include <bsd.prog.mk>

Man Man