From 05866120a070a7a5b573d0f61c2d058c7696617e Mon Sep 17 00:00:00 2001 From: avg Date: Thu, 16 Jan 2014 14:24:44 +0000 Subject: [PATCH] MFC r258647: zfsboottest: properly specify a library dependency git-svn-id: svn://svn.freebsd.org/base/stable/8@260736 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/tools/zfsboottest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/zfsboottest/Makefile b/tools/tools/zfsboottest/Makefile index bcac13f90..8fd79b8ca 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_ARCH} == "amd64" beforedepend zfsboottest.o: machine -- 2.45.0