]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/usbhidctl/Makefile
MFV r348555: 9690 metaslab of vdev with no space maps was flushed during removal
[FreeBSD/FreeBSD.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
7 LIBADD= usbhid
8
9 .include <bsd.prog.mk>