From 8374d9db177f420921ce20cfb32e47f114ec44c5 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 26 May 2004 17:51:53 +0000 Subject: [PATCH] Fix order. --- sbin/geom/core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index 2790e04205d5..9c920dd35694 100644 --- a/sbin/geom/core/Makefile +++ b/sbin/geom/core/Makefile @@ -9,7 +9,7 @@ SRCS= geom.c subr.c CFLAGS+= -DCLASSDIR=\"${CLASSDIR}\" CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/.. -DPADD= ${LIBBSDXML} ${LIBGEOM} ${LIBSBUF} ${LIBUTIL} -LDADD= -lbsdxml -lgeom -lsbuf -lutil +DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL} +LDADD= -lgeom -lsbuf -lbsdxml -lutil .include