freebsd-dev/usr.sbin/usbd/Makefile
Nick Hibma 7183c3f848 Add event queue handling. It triggers activities on events read from
/dev/usb. The actions are specified in the file /etc/usbd.conf.

usbd.c:
   - Add event queue (/dev/usb) handling.
   - Add comments
   - Clean up code some more

usbd.8:
   - Update manpage for the new command line flags
   - Remove a duplicate FreeBSD tag from it).

usbd.conf, usbd.conf.5, Makefile:
   - Add the usbd.conf configuration file and the man page for it.

NOTE: MAKEDEV already creates the /dev/usb device tree node, no change
needed there anymore.
1999-11-21 17:44:43 +00:00

9 lines
110 B
Makefile

# $FreeBSD$
PROG= usbd
MAN8= usbd.8
MAN5= usbd.conf.5
CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>