aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-10-08 07:41:17 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-10-08 07:41:17 +0000
commit1164a930d86d359b19a0aa513441d35f9867ac1c (patch)
tree885a8c720db3800352241ab8865aea739e6bb3d1 /sys/modules
parentcd7a0684fdc5e13768da906856fd79a22f3b150c (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ugen/Makefile2
-rw-r--r--sys/modules/uhid/Makefile2
-rw-r--r--sys/modules/ukbd/Makefile2
-rw-r--r--sys/modules/ulpt/Makefile2
-rw-r--r--sys/modules/umass/Makefile2
-rw-r--r--sys/modules/umodem/Makefile2
-rw-r--r--sys/modules/ums/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/modules/ugen/Makefile b/sys/modules/ugen/Makefile
index e15e9dedd8d05..77a3a80b03966 100644
--- a/sys/modules/ugen/Makefile
+++ b/sys/modules/ugen/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ../../dev/usb
+SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
KMOD = ugen_mod
diff --git a/sys/modules/uhid/Makefile b/sys/modules/uhid/Makefile
index 88f8b3e46d11a..308f31e4ce744 100644
--- a/sys/modules/uhid/Makefile
+++ b/sys/modules/uhid/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ../../dev/usb
+SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
KMOD = uhid_mod
diff --git a/sys/modules/ukbd/Makefile b/sys/modules/ukbd/Makefile
index ab04e1bb8ab48..675fe49b030c4 100644
--- a/sys/modules/ukbd/Makefile
+++ b/sys/modules/ukbd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ../../dev/usb
+SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
KMOD = ukbd_mod
diff --git a/sys/modules/ulpt/Makefile b/sys/modules/ulpt/Makefile
index 266074035e962..b73ba025c32bf 100644
--- a/sys/modules/ulpt/Makefile
+++ b/sys/modules/ulpt/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ../../dev/usb
+SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
KMOD = ulpt_mod
diff --git a/sys/modules/umass/Makefile b/sys/modules/umass/Makefile
index 83757b78ace08..a7a1cec8472d2 100644
--- a/sys/modules/umass/Makefile
+++ b/sys/modules/umass/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ../../dev/usb
+SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
KMOD = umass_mod
diff --git a/sys/modules/umodem/Makefile b/sys/modules/umodem/Makefile
index df128234aad6c..459c85ee8dc9a 100644
--- a/sys/modules/umodem/Makefile
+++ b/sys/modules/umodem/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ../../dev/usb
+SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
KMOD = umodem_mod
diff --git a/sys/modules/ums/Makefile b/sys/modules/ums/Makefile
index 57574fba8f69d..a87e5407df042 100644
--- a/sys/modules/ums/Makefile
+++ b/sys/modules/ums/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ../../dev/usb
+SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
KMOD = ums_mod