freebsd-dev/usr.bin/bluetooth/btsockstat/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

12 lines
170 B
Makefile

# $Id: Makefile,v 1.7 2003/08/14 20:07:14 max Exp $
# $FreeBSD$
PROG= btsockstat
WARNS?= 2
BINGRP= kmem
BINMODE= 2555
LIBADD= bluetooth kvm
.include <bsd.prog.mk>