summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-10-08 07:41:17 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-10-08 07:41:17 +0000
commitc3c39363afef9b3371b6126136c8b20a938969aa (patch)
tree5e24c56d09c490dbe7f8fa78b131a0f43df6f99a /sys
parentd06b076544a72b79acd440111719934881890aba (diff)
downloadFreeBSD-src-c3c39363afef9b3371b6126136c8b20a938969aa.zip
FreeBSD-src-c3c39363afef9b3371b6126136c8b20a938969aa.tar.gz
Change the SOURCE line to include ${CURDIR}
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
Diffstat (limited to 'sys')
-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 e15e9de..77a3a80 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 88f8b3e..308f31e 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 ab04e1b..675fe49 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 2660740..b73ba02 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 83757b7..a7a1cec8 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 df12823..459c85e 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 57574fb..a87e540 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
OpenPOWER on IntegriCloud