diff options
author | schweikh <schweikh@FreeBSD.org> | 2005-06-04 10:58:39 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2005-06-04 10:58:39 +0000 |
commit | c1ecf2fe863047db7f0d058a994b7b14368569d2 (patch) | |
tree | 64c0283341e289a14c018995c9e02580c6fc3c57 /lib/libusbhid | |
parent | ee7e0a23d14a71692fb5eb65c9643179389fcb62 (diff) | |
download | FreeBSD-src-c1ecf2fe863047db7f0d058a994b7b14368569d2.zip FreeBSD-src-c1ecf2fe863047db7f0d058a994b7b14368569d2.tar.gz |
Release n_hibma's maintainership due to his ENOTIME.
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
Diffstat (limited to 'lib/libusbhid')
-rw-r--r-- | lib/libusbhid/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 9594649..208d32d 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,8 +1,6 @@ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ # $FreeBSD$ -MAINTAINER= n_hibma@FreeBSD.ORG - LIB= usbhid MAN= usbhid.3 |