]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/usbhidctl/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.bin / usbhidctl / Makefile
1 #       $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
2 # $FreeBSD$
3
4 PROG=   usbhidctl
5 SRCS=   usbhid.c
6 DPADD=  ${LIBUSBHID}
7 LDADD=  -lusbhid
8
9 .include <bsd.prog.mk>