From 3d65b38935322eeafe1144f25e11a24abbede0cd Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 30 May 2017 04:17:22 +0000 Subject: MFC r314655: bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output --- sbin/mount_nullfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_nullfs') diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index c9b5279..43580cf 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -6,7 +6,7 @@ PROG= mount_nullfs SRCS= mount_nullfs.c getmntopts.c MAN= mount_nullfs.8 -MOUNT= ${.CURDIR}/../mount +MOUNT= ${.CURDIR:H}/mount CFLAGS+=-I${MOUNT} .PATH: ${MOUNT} -- cgit v1.1