diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2016-08-12 01:05:07 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2016-08-12 01:05:07 +0000 |
| commit | 014db25b98371942a535a35783bbaf8b571a6bee (patch) | |
| tree | 2a53a31277b7fd32b957a50009847705b13b68cf /dev/usb/libhid | |
| parent | 478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (diff) | |
Notes
Diffstat (limited to 'dev/usb/libhid')
| -rw-r--r-- | dev/usb/libhid/CVS/Entries | 2 | ||||
| -rw-r--r-- | dev/usb/libhid/CVS/Repository | 1 | ||||
| -rw-r--r-- | dev/usb/libhid/CVS/Root | 1 | ||||
| -rw-r--r-- | dev/usb/libhid/CVS/Tag | 1 | ||||
| -rw-r--r-- | dev/usb/libhid/Makefile | 16 |
5 files changed, 21 insertions, 0 deletions
diff --git a/dev/usb/libhid/CVS/Entries b/dev/usb/libhid/CVS/Entries new file mode 100644 index 000000000000..af8cd8de6148 --- /dev/null +++ b/dev/usb/libhid/CVS/Entries @@ -0,0 +1,2 @@ +/Makefile/1.1/Tue Jan 5 17:22:39 2016//D2016.08.12.00.58.30 +D diff --git a/dev/usb/libhid/CVS/Repository b/dev/usb/libhid/CVS/Repository new file mode 100644 index 000000000000..f0e951b1d75a --- /dev/null +++ b/dev/usb/libhid/CVS/Repository @@ -0,0 +1 @@ +src/tests/dev/usb/libhid diff --git a/dev/usb/libhid/CVS/Root b/dev/usb/libhid/CVS/Root new file mode 100644 index 000000000000..e69f2e32ce2d --- /dev/null +++ b/dev/usb/libhid/CVS/Root @@ -0,0 +1 @@ +anoncvs@anoncvs.NetBSD.org:/cvsroot diff --git a/dev/usb/libhid/CVS/Tag b/dev/usb/libhid/CVS/Tag new file mode 100644 index 000000000000..abf4ef6daefc --- /dev/null +++ b/dev/usb/libhid/CVS/Tag @@ -0,0 +1 @@ +D2016.08.12.00.58.30 diff --git a/dev/usb/libhid/Makefile b/dev/usb/libhid/Makefile new file mode 100644 index 000000000000..ca00b2745429 --- /dev/null +++ b/dev/usb/libhid/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/01/05 17:22:39 jakllsch Exp $ +# + +.include <bsd.own.mk> + +RUMPTOP= ${NETBSDSRCDIR}/sys/rump +.PATH: ${.CURDIR}/../../../../sys/dev/usb + +LIB= rumpdev_hid +LIBISPRIVATE= #defined + +SRCS= hid.c + +.include "${RUMPTOP}/Makefile.rump" +.include <bsd.lib.mk> +.include <bsd.klinks.mk> |
