From a550fb930467bc2e10651a70ae2b83d6be0dfd62 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Thu, 28 Apr 2005 00:53:45 +0000 Subject: [PATCH] Use the new path (post repo-copy) to our sources. --- sys/modules/hwpmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index b345dee7cc4e..e07b83b70cff 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -.PATH: ${.CURDIR}/../../hwpmc +.PATH: ${.CURDIR}/../../dev/hwpmc KMOD= hwpmc