From 7cea019b6c848c2a46107e397d0ec945e0f1be58 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 26 Feb 2010 09:41:16 +0000 Subject: Fixed static linkage. --- usr.sbin/boot0cfg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/boot0cfg') diff --git a/usr.sbin/boot0cfg/Makefile b/usr.sbin/boot0cfg/Makefile index 79e7cd2..9b46701 100644 --- a/usr.sbin/boot0cfg/Makefile +++ b/usr.sbin/boot0cfg/Makefile @@ -3,7 +3,7 @@ PROG= boot0cfg MAN= boot0cfg.8 -DPADD= ${LIBGEOM} -LDADD= -lgeom +DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} +LDADD= -lgeom -lbsdxml -lsbuf .include -- cgit v1.1