a091d2a525
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
10 lines
112 B
Makefile
10 lines
112 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
PROG= usbconfig
|
|
MAN= usbconfig.8
|
|
SRCS= usbconfig.c dump.c
|
|
LDADD+= -lusb
|
|
|
|
.include <bsd.prog.mk>
|