mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Merged from r183296.
Add missing library dependencies.
This commit is contained in:
parent
2357543753
commit
3754eb026e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272243
@ -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…
Reference in New Issue
Block a user