Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.sbin/bluetooth/l2ping/Makefile
103554 views
# $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $

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

LIBADD=		bluetooth

.include <bsd.prog.mk>