summaryrefslogtreecommitdiff
path: root/lib/libufs
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:30:05 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:30:05 +0000
commit8d8d6de65e90f6b056d4501aec9682b7de40f9eb (patch)
treedf3a6fdb7599036e9f3a297732fd0ed6b245a69d /lib/libufs
parentb0ed3c8160f112a396c917649cee61d47c3a4f4a (diff)
Notes
Diffstat (limited to 'lib/libufs')
-rw-r--r--lib/libufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile
index 86fa4c9c47be..c1948b3a0f0f 100644
--- a/lib/libufs/Makefile
+++ b/lib/libufs/Makefile
@@ -18,7 +18,7 @@ MLINKS+= ufs_disk_close.3 ufs_disk_fillout.3
MLINKS+= ufs_disk_close.3 ufs_disk_fillout_blank.3
MLINKS+= ufs_disk_close.3 ufs_disk_write.3
-.PATH: ${.CURDIR}/../../sys/ufs/ffs
+.PATH: ${SRCTOP}/sys/ufs/ffs
WARNS?= 2