freebsd-dev/usr.sbin/usbconfig/Makefile
Andrew Thompson a091d2a525 Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the
ports tree so that programs use libusb from the base by default. Thanks to
Stanislav Sedov for sorting out the ports build.

Bump __FreeBSD_version to 800069

Help and testing by:	stas
2009-03-09 17:05:31 +00:00

10 lines
112 B
Makefile

#
# $FreeBSD$
#
PROG= usbconfig
MAN= usbconfig.8
SRCS= usbconfig.c dump.c
LDADD+= -lusb
.include <bsd.prog.mk>