freebsd-dev/usr.bin/usbhidctl/Makefile

10 lines
145 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
2002-04-15 09:33:00 +00:00
# $FreeBSD$
PROG= usbhidctl
SRCS= usbhid.c
LIBADD= usbhid
.include <bsd.prog.mk>