MFC: r272243
Add missing library dependencies.
This commit is contained in:
parent
edabf036a2
commit
3f0322db38
@ -7,7 +7,7 @@ MAN= fdisk.8
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/geom
|
||||
|
||||
DPADD += ${LIBGEOM}
|
||||
LDADD += -lgeom
|
||||
DPADD+= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
|
||||
LDADD+= -lgeom -lbsdxml -lsbuf
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user