View | Details | Raw Unified | Return to bug 198078
Collapse All | Expand All

(-)sbin/bsdlabel/Makefile (-1 / +1 lines)
Lines 12-17 Link Here
12
MLINKS=	bsdlabel.8 disklabel.8
12
MLINKS=	bsdlabel.8 disklabel.8
13
.endif
13
.endif
14
14
15
LIBADD=	geom
15
LIBADD=	geom bsdxml sbuf
16
16
17
.include <bsd.prog.mk>
17
.include <bsd.prog.mk>
(-)sbin/ccdconfig/Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
PROG=	ccdconfig
3
PROG=	ccdconfig
4
MAN=	ccdconfig.8
4
MAN=	ccdconfig.8
5
5
6
LIBADD=	geom
6
LIBADD=	geom bsdxml sbuf
7
7
8
.include <bsd.prog.mk>
8
.include <bsd.prog.mk>
(-)sbin/fdisk/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
.PATH:	${.CURDIR}/../../sys/geom
8
.PATH:	${.CURDIR}/../../sys/geom
9
9
10
LIBADD=	geom
10
LIBADD=	geom bsdxml sbuf
11
11
12
.include <bsd.prog.mk>
12
.include <bsd.prog.mk>
13
13
(-)sbin/fdisk_pc98/Makefile (-1 / +1 lines)
Lines 7-12 Link Here
7
7
8
.PATH:	${.CURDIR}/../../sys/geom
8
.PATH:	${.CURDIR}/../../sys/geom
9
9
10
LIBADD=	geom
10
LIBADD=	geom bsdxml sbuf
11
11
12
.include <bsd.prog.mk>
12
.include <bsd.prog.mk>
(-)sbin/gbde/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
CLEANFILES+= template.c
20
CLEANFILES+= template.c
21
21
22
MAN=	gbde.8
22
MAN=	gbde.8
23
LIBADD=	md util geom
23
LIBADD=	md util geom bsdxml sbuf
24
24
25
template.c: template.txt
25
template.c: template.txt
26
	file2c 'const char template[] = {' ',0};' \
26
	file2c 'const char template[] = {' ',0};' \
(-)sbin/geom/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
WARNS?=	2
14
WARNS?=	2
15
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
15
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
16
16
17
LIBADD=	geom util
17
LIBADD=	geom util bsdxml sbuf
18
18
19
.include <bsd.prog.mk>
19
.include <bsd.prog.mk>
20
20
(-)sbin/geom/core/Makefile (-1 / +1 lines)
Lines 11-16 Link Here
11
CFLAGS+= -DGEOM_CLASS_DIR=\"${GEOM_CLASS_DIR}\"
11
CFLAGS+= -DGEOM_CLASS_DIR=\"${GEOM_CLASS_DIR}\"
12
CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
12
CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
13
13
14
LIBADD=	geom util
14
LIBADD=	geom util bsdxml sbuf
15
15
16
.include <bsd.prog.mk>
16
.include <bsd.prog.mk>
(-)sbin/ggate/ggatec/Makefile (-1 / +1 lines)
Lines 10-15 Link Here
10
CFLAGS+= -DLIBGEOM
10
CFLAGS+= -DLIBGEOM
11
CFLAGS+= -I${.CURDIR}/../shared
11
CFLAGS+= -I${.CURDIR}/../shared
12
12
13
LIBADD=	geom util pthread
13
LIBADD=	geom util pthread bsdxml sbuf
14
14
15
.include <bsd.prog.mk>
15
.include <bsd.prog.mk>
(-)sbin/ggate/ggatel/Makefile (-1 / +1 lines)
Lines 9-14 Link Here
9
CFLAGS+= -DLIBGEOM
9
CFLAGS+= -DLIBGEOM
10
CFLAGS+= -I${.CURDIR}/../shared
10
CFLAGS+= -I${.CURDIR}/../shared
11
11
12
LIBADD=	geom util
12
LIBADD=	geom util bsdxml sbuf
13
13
14
.include <bsd.prog.mk>
14
.include <bsd.prog.mk>
(-)sbin/gvinum/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
WARNS?=	2
7
WARNS?=	2
8
CFLAGS+=	-I${.CURDIR}/../../sys -I${DESTDIR}/${INCLUDEDIR}/edit
8
CFLAGS+=	-I${.CURDIR}/../../sys -I${DESTDIR}/${INCLUDEDIR}/edit
9
9
10
LIBADD=	edit geom
10
LIBADD=	edit geom bsdxml sbuf
11
11
12
.PATH: ${.CURDIR}/../../sys/geom/vinum
12
.PATH: ${.CURDIR}/../../sys/geom/vinum
13
13
(-)sbin/hastd/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
CFLAGS+=-DINET6
30
CFLAGS+=-DINET6
31
.endif
31
.endif
32
32
33
LIBADD=	geom pthread util
33
LIBADD=	geom pthread util bsdxml sbuf
34
.if ${MK_OPENSSL} != "no"
34
.if ${MK_OPENSSL} != "no"
35
LIBADD+=	crypto
35
LIBADD+=	crypto
36
CFLAGS+=-DHAVE_CRYPTO
36
CFLAGS+=-DHAVE_CRYPTO
(-)sbin/mdconfig/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
PROG=		mdconfig
5
PROG=		mdconfig
6
MAN=		mdconfig.8
6
MAN=		mdconfig.8
7
7
8
LIBADD=		util geom
8
LIBADD=		util geom bsdxml sbuf
9
9
10
.if ${MK_TESTS} != "no"
10
.if ${MK_TESTS} != "no"
11
SUBDIR+=    tests
11
SUBDIR+=    tests
(-)sbin/newfs_nandfs/Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
PROG=	newfs_nandfs
3
PROG=	newfs_nandfs
4
MAN=	newfs_nandfs.8
4
MAN=	newfs_nandfs.8
5
5
6
LIBADD=	geom
6
LIBADD=	geom bsdxml sbuf
7
7
8
.include <bsd.prog.mk>
8
.include <bsd.prog.mk>
(-)sbin/sunlabel/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
MLINKS=	sunlabel.8 disklabel.8
11
MLINKS=	sunlabel.8 disklabel.8
12
.endif
12
.endif
13
13
14
LIBADD=	geom
14
LIBADD=	geom bsdxml sbuf
15
15
16
.include <bsd.prog.mk>
16
.include <bsd.prog.mk>
17
17
(-)usr.sbin/boot0cfg/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PROG=	boot0cfg
3
PROG=	boot0cfg
4
MAN=	boot0cfg.8
4
MAN=	boot0cfg.8
5
5
6
LIBADD=	geom
6
LIBADD=	geom bsdxml sbuf
7
7
8
NO_WCAST_ALIGN=
8
NO_WCAST_ALIGN=
9
9
(-)usr.sbin/boot98cfg/Makefile (-1 / +1 lines)
Lines 5-10 Link Here
5
5
6
WARNS?=	2
6
WARNS?=	2
7
7
8
LIBADD=	geom
8
LIBADD=	geom bsdxml sbuf
9
9
10
.include <bsd.prog.mk>
10
.include <bsd.prog.mk>
(-)usr.sbin/bsdinstall/partedit/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
LINKS= ${BINDIR}/partedit ${BINDIR}/autopart \
5
LINKS= ${BINDIR}/partedit ${BINDIR}/autopart \
6
       ${BINDIR}/partedit ${BINDIR}/scriptedpart
6
       ${BINDIR}/partedit ${BINDIR}/scriptedpart
7
SYMLINKS= ${BINDIR}/partedit /usr/sbin/sade
7
SYMLINKS= ${BINDIR}/partedit /usr/sbin/sade
8
LIBADD+=	geom ncursesw util dialog m
8
LIBADD+=	geom ncursesw util dialog m bsdxml sbuf
9
9
10
PARTEDIT_ARCH= ${MACHINE}
10
PARTEDIT_ARCH= ${MACHINE}
11
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
11
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
(-)usr.sbin/gstat/Makefile (-1 / +1 lines)
Lines 2-7 Link Here
2
2
3
PROG=	gstat
3
PROG=	gstat
4
MAN=	gstat.8
4
MAN=	gstat.8
5
LIBADD=	devstat geom edit ncursesw
5
LIBADD=	devstat geom edit ncursesw bsdxml sbuf
6
6
7
.include <bsd.prog.mk>
7
.include <bsd.prog.mk>
(-)usr.sbin/nandtool/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
SRCS=	nandtool.c nand_read.c nand_write.c nand_erase.c nand_info.c
4
SRCS=	nandtool.c nand_read.c nand_write.c nand_erase.c nand_info.c
5
SRCS+=	nand_readoob.c nand_writeoob.c
5
SRCS+=	nand_readoob.c nand_writeoob.c
6
BINDIR=	/usr/sbin
6
BINDIR=	/usr/sbin
7
LIBADD=	geom
7
LIBADD=	geom bsdxml sbuf
8
MAN=	nandtool.8
8
MAN=	nandtool.8
9
9
10
.include <bsd.prog.mk>
10
.include <bsd.prog.mk>

Return to bug 198078