diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
| commit | 193d9e768ba63fcfb187cfd17f461f7d41345048 (patch) | |
| tree | 0bd611a14f41427d2dd6120d82a36544617899be /sys/modules/tests | |
| parent | abe427af75e9478f8ab875b40333d594d1fb46ac (diff) | |
Notes
Diffstat (limited to 'sys/modules/tests')
| -rw-r--r-- | sys/modules/tests/callout_test/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/tests/framework/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/tests/callout_test/Makefile b/sys/modules/tests/callout_test/Makefile index 4781488af3b8..f0a5c2f1daa2 100644 --- a/sys/modules/tests/callout_test/Makefile +++ b/sys/modules/tests/callout_test/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -.PATH: ${.CURDIR}/../../../tests/callout_test +.PATH: ${SRCTOP}/sys/tests/callout_test KMOD= callout_test SRCS= callout_test.c diff --git a/sys/modules/tests/framework/Makefile b/sys/modules/tests/framework/Makefile index f5f608fb0465..8623e01a3ea9 100644 --- a/sys/modules/tests/framework/Makefile +++ b/sys/modules/tests/framework/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -.PATH: ${.CURDIR}/../../../tests/framework +.PATH: ${SRCTOP}/sys/tests/framework KMOD= kern_testfrwk SRCS= kern_testfrwk.c |
