summaryrefslogtreecommitdiffstats
path: root/usr.sbin/usbd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-13 15:52:26 +0000
committerbde <bde@FreeBSD.org>1998-12-13 15:52:26 +0000
commit2a43681c84fa0530888ab13756276cf8586c6120 (patch)
treeb90fe2e8413c3536b164594e4c37e02e71f59062 /usr.sbin/usbd
parent4e37d54d166016f6c07006c72edcf71eceeb7c97 (diff)
downloadFreeBSD-src-2a43681c84fa0530888ab13756276cf8586c6120.zip
FreeBSD-src-2a43681c84fa0530888ab13756276cf8586c6120.tar.gz
Made this actually work when there is an obj dir.
Removed bogons, especially the include of bsd.subdir.mk. Fixed style bugs.
Diffstat (limited to 'usr.sbin/usbd')
-rw-r--r--usr.sbin/usbd/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/usr.sbin/usbd/Makefile b/usr.sbin/usbd/Makefile
index 0c74ed5..526ab61 100644
--- a/usr.sbin/usbd/Makefile
+++ b/usr.sbin/usbd/Makefile
@@ -1,15 +1,7 @@
-# FIXME have a look at all the other files and align it
+# $Id$
PROG= usbd
-MAN= usbd.8
-
-# for FreeBSD we need MAN8 instead of MAN
MAN8= usbd.8
-
-# 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
+CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>
-.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud