mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-24 19:21:38 +01:00
8 lines
151 B
Makefile
8 lines
151 B
Makefile
# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
|
|
# FreeBSD $FreeBSD$
|
|
|
|
PROG= usbdevs
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.prog.mk>
|