summaryrefslogtreecommitdiff
path: root/lib/libusbhid/Makefile
blob: 2d5a75004ad7e3da73ebf28bcf4ed9343a61bdac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.8 2016/03/30 06:38:43 jmc Exp $
#	$NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $

LIB=	usbhid
MAN=	usbhid.3

SRCS=	descr.c parse.c usage.c data.c

CPPFLAGS+= -I${.CURDIR}

includes:
	@cd ${.CURDIR}; cmp -s usbhid.h ${DESTDIR}/usr/include/usbhid.h || \
	  ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) usbhid.h \
	  ${DESTDIR}/usr/include

.include <bsd.lib.mk>