Made this actually work when there is an obj dir.
Removed bogons, especially the include of bsd.subdir.mk. Fixed style bugs.
This commit is contained in:
parent
b5d2ebcc28
commit
27773683d1
@ -1,15 +1,7 @@
|
|||||||
# FIXME have a look at all the other files and align it
|
# $Id$
|
||||||
|
|
||||||
PROG= usbd
|
PROG= usbd
|
||||||
MAN= usbd.8
|
|
||||||
|
|
||||||
# for FreeBSD we need MAN8 instead of MAN
|
|
||||||
MAN8= usbd.8
|
MAN8= usbd.8
|
||||||
|
CFLAGS+=-I${.CURDIR}/../../sys
|
||||||
# This hard coded path is not necessary as soon as we are in the
|
|
||||||
# base FreeBSD system. The .h files will be in /usr/include by then.
|
|
||||||
#
|
|
||||||
CFLAGS += -I../../sys
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
.include <bsd.subdir.mk>
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
|
# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
|
||||||
|
# $Id$
|
||||||
|
|
||||||
PROG= usbdevs
|
PROG= usbdevs
|
||||||
MAN8= usbdevs.8
|
MAN8= usbdevs.8
|
||||||
CFLAGS+=-I../..//sys
|
CFLAGS+=-I${.CURDIR}/../../sys
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
.include <bsd.subdir.mk>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user