From 22289a8c3d45efcf5671750a0ceffb1296455bab Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 4 Mar 2017 11:33:01 +0000 Subject: sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon --- sbin/fsck_msdosfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck_msdosfs/Makefile') diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile index 0de68f18a01d..b101724a8801 100644 --- a/sbin/fsck_msdosfs/Makefile +++ b/sbin/fsck_msdosfs/Makefile @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $ # $FreeBSD$ -FSCK= ${.CURDIR}/../fsck +FSCK= ${.CURDIR:H}/fsck .PATH: ${FSCK} PACKAGE=runtime -- cgit v1.2.3