head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.50.31;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.07.18.21.30.17;	author joerg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/share/examples/libusb20/Makefile 238603 2012-07-18 21:30:17Z joerg $
TARGETS=	bulk control

all: $(TARGETS)

bulk: bulk.o aux.o
	$(CC) $(CFLAGS) -o bulk bulk.o aux.o -lusb

control: control.o aux.o
	$(CC) $(CFLAGS) -o control control.o aux.o -lusb

clean:
	rm -f $(TARGETS) *.o *~
@


1.1
log
@SVN rev 238603 on 2012-07-18 21:30:17Z by joerg

Add some examples about how to use FreeBSD's libusb20 in your own
code.
@
text
@d1 1
a1 1
# $FreeBSD$
@

