diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
commit | 5394748a409c85a439accdbc99f76c79673165b9 (patch) | |
tree | 0fafd447a6a7fd650f0a43bc1251b38f18aded42 /lib/libusbhid/Makefile | |
parent | 00f2412b5b50d377e53d5a62f066ce474e8cd21b (diff) |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'lib/libusbhid/Makefile')
-rw-r--r-- | lib/libusbhid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 4ae744756c7..2ef7949294e 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2012/07/16 19:57:17 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2012/08/02 13:38:39 okan Exp $ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ LIB= usbhid -WANTLINT= MAN= usbhid.3 MLINKS= usbhid.3 hid_dispose_report_desc.3 \ |