freebsd_amp_hwpstate/usr.bin/usbhidctl/Makefile

10 lines
165 B
Makefile

# $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
# $FreeBSD$
PROG= usbhidctl
SRCS= usbhid.c
DPADD= ${LIBUSBHID}
LDADD= -lusbhid
.include <bsd.prog.mk>