NetBSD/lib/libusb/Makefile

16 lines
227 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 1999/05/11 21:02:24 augustss Exp $
LIB= usb
MAN= usb.3
SRCS= descr.c parse.c usage.c data.c
INCS= usb.h
INCSDIR=/usr/include
FILES= usb_hid_usages
FILESDIR=/usr/share/misc
.include <bsd.lib.mk>