aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/zfs
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-03-11 23:45:51 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-03-11 23:45:51 +0000
commita09f4b4d125a3a1877f0ac31cfa75651c0e0fec4 (patch)
treea9f11db9402daa75cc39717309ff6d3560a4da5d /sys/boot/zfs
parent1a17ca5f2ad24e59b04b25a7106e18f6f541437e (diff)
downloadsrc-a09f4b4d125a3a1877f0ac31cfa75651c0e0fec4.tar.gz
src-a09f4b4d125a3a1877f0ac31cfa75651c0e0fec4.zip
Add more .NOMETA missed in r291320
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=296706
Diffstat (limited to 'sys/boot/zfs')
-rw-r--r--sys/boot/zfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/zfs/Makefile b/sys/boot/zfs/Makefile
index 6f8c26b01139..3ab2251ddbe5 100644
--- a/sys/boot/zfs/Makefile
+++ b/sys/boot/zfs/Makefile
@@ -21,7 +21,7 @@ CFLAGS+= -Wformat -Wall
.if ${MACHINE_CPUARCH} == "amd64"
CLEANFILES+= machine
-machine:
+machine: .NOMETA
ln -sf ${.CURDIR}/../../i386/include machine
.endif