freebsd-dev/usr.sbin/bluetooth/l2ping/Makefile
Maksim Yevmenkin 0986ab12e4 Update Bluetooth code.
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
2003-10-12 22:04:24 +00:00

13 lines
190 B
Makefile

# $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $
# $FreeBSD$
PROG= l2ping
MAN= l2ping.8
SRCS= l2ping.c
WARNS?= 2
DPADD= ${LIBBLUETOOTH}
LDADD= -lbluetooth
.include <bsd.prog.mk>