mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-13 14:04:12 +08:00
aba9dc216d
l2test output nicefication :)
19 lines
260 B
Makefile
19 lines
260 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
mandir = $(prefix)/usr/share/man
|
|
|
|
sbin_PROGRAMS = hciattach hciconfig
|
|
bin_PROGRAMS = hcitool l2ping
|
|
|
|
man_MANS = hciattach.8 l2ping.8
|
|
|
|
CLEANFILES = l2test.o l2test
|
|
|
|
|
|
all-local: l2test
|
|
|
|
l2test: l2test.o
|
|
$(LINK) l2test.o $(LDFLAGS) $(LIBS)
|