From 193d9e768ba63fcfb187cfd17f461f7d41345048 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 4 Mar 2017 10:10:17 +0000 Subject: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon --- sys/modules/tmpfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/tmpfs') diff --git a/sys/modules/tmpfs/Makefile b/sys/modules/tmpfs/Makefile index 85aaaca856a0..7ae719e70ca9 100644 --- a/sys/modules/tmpfs/Makefile +++ b/sys/modules/tmpfs/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../fs/tmpfs +.PATH: ${SRCTOP}/sys/fs/tmpfs KMOD= tmpfs SRCS= vnode_if.h \ -- cgit v1.2.3