From a040fe460a58510f8669b5f6bca33e03db8bdfa0 Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 26 May 2004 17:51:53 +0000 Subject: Fix order. --- sbin/geom/core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index 2790e04..9c920dd 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 -- cgit v1.1