Bruce Evans 27773683d1 Made this actually work when there is an obj dir.
Removed bogons, especially the include of bsd.subdir.mk.

Fixed style bugs.
1998-12-13 15:52:26 +00:00

9 lines
154 B
Makefile

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