9 lines
207 B
Makefile
9 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
|
|
# FreeBSD $Id: Makefile,v 1.2 1998/12/13 15:52:26 bde Exp $
|
|
|
|
PROG= usbdevs
|
|
MAN8= usbdevs.8
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.prog.mk>
|