1a63eb31c7
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@
13 lines
257 B
Makefile
13 lines
257 B
Makefile
# $Id: Makefile,v 1.2 2003/03/15 03:07:49 max Exp $
|
|
# $FreeBSD$
|
|
|
|
DESTDIR= /usr/sbin/
|
|
MANDIR= ../share/man/man
|
|
PROG= l2ping
|
|
MAN8= l2ping.8
|
|
SRCS= l2ping.c
|
|
WARNS?= 2
|
|
CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
|
|
|
|
.include <bsd.prog.mk>
|