diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-10-08 07:41:17 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-10-08 07:41:17 +0000 |
commit | c3c39363afef9b3371b6126136c8b20a938969aa (patch) | |
tree | 5e24c56d09c490dbe7f8fa78b131a0f43df6f99a /sys/modules/ulpt | |
parent | d06b076544a72b79acd440111719934881890aba (diff) | |
download | FreeBSD-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/modules/ulpt')
-rw-r--r-- | sys/modules/ulpt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |