diff options
author | avg <avg@FreeBSD.org> | 2013-11-26 13:46:49 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2013-11-26 13:46:49 +0000 |
commit | 7762fa801f8d04658996889cd5d5cc58ec039b6b (patch) | |
tree | 97ed41bbdbac7fabac2a246f0c30b6dde2e8f4a8 /tools | |
parent | 60390b2cf77b4656b017b3e5225b4c9c0d7afd0e (diff) | |
download | FreeBSD-src-7762fa801f8d04658996889cd5d5cc58ec039b6b.zip FreeBSD-src-7762fa801f8d04658996889cd5d5cc58ec039b6b.tar.gz |
zfsboottest: properly specify a library dependency
MFC after: 4 days
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/zfsboottest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/zfsboottest/Makefile b/tools/tools/zfsboottest/Makefile index a04c78f..a194a83 100644 --- a/tools/tools/zfsboottest/Makefile +++ b/tools/tools/zfsboottest/Makefile @@ -16,7 +16,7 @@ CFLAGS= -O1 \ -I. \ -fdiagnostics-show-option \ -W -Wextra -Wno-sign-compare -Wno-unused-parameter -LDFLAGS+=-lmd +LDADD+= -lmd .if ${MACHINE_CPUARCH} == "amd64" beforedepend zfsboottest.o: machine |