1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/usr.sbin/usbdevs/Makefile
1999-08-28 01:35:59 +00:00

10 lines
183 B
Makefile

# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
# FreeBSD $FreeBSD$
PROG= usbdevs
SRCS= usbdevs.c
MAN8= usbdevs.8
CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>