summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/usbd/Makefile12
-rw-r--r--usr.sbin/usbdevs/Makefile4
2 files changed, 4 insertions, 12 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>
diff --git a/usr.sbin/usbdevs/Makefile b/usr.sbin/usbdevs/Makefile
index 1f40a90..0744682 100644
--- a/usr.sbin/usbdevs/Makefile
+++ b/usr.sbin/usbdevs/Makefile
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
+# $Id$
PROG= usbdevs
MAN8= usbdevs.8
-CFLAGS+=-I../..//sys
+CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>
-.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud