mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
3e11bd9e2a
Reduce overlinking
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= usbhidctl
|
|
SRCS= usbhid.c
|
|
|
|
LIBADD= usbhid
|
|
|
|
.include <bsd.prog.mk>
|