mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Add missing library dependencies.
PR: bin/127573 Submitted by: Eygene Ryabinkin
This commit is contained in:
parent
79775f8f1b
commit
0a4b670e07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183296
@ -13,8 +13,8 @@ LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel
|
||||
MLINKS= bsdlabel.8 disklabel.8
|
||||
.endif
|
||||
|
||||
DPADD= ${LIBGEOM}
|
||||
LDADD= -lgeom
|
||||
DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
|
||||
LDADD= -lgeom -lbsdxml -lsbuf
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
@ -7,8 +7,8 @@ MAN= fdisk.8
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/geom
|
||||
|
||||
DPADD += ${LIBGEOM}
|
||||
LDADD += -lgeom
|
||||
DPADD+= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
|
||||
LDADD+= -lgeom -lbsdxml -lsbuf
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user