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

(-)usr.sbin/bsdinstall/distextract/Makefile (+1 lines)
Lines 3-8 Link Here
3
BINDIR= /usr/libexec/bsdinstall
3
BINDIR= /usr/libexec/bsdinstall
4
PROG=	distextract
4
PROG=	distextract
5
LDADD=	-larchive -lncursesw -ldialog -lm
5
LDADD=	-larchive -lncursesw -ldialog -lm
6
DPADD=	${LIBARCHIVE} ${LIBNCURSESW} ${LIBDIALOG}
6
7
7
WARNS?=	6
8
WARNS?=	6
8
NO_MAN=	true
9
NO_MAN=	true
(-)usr.sbin/bsdinstall/distfetch/Makefile (+1 lines)
Lines 3-8 Link Here
3
BINDIR= /usr/libexec/bsdinstall
3
BINDIR= /usr/libexec/bsdinstall
4
PROG=	distfetch
4
PROG=	distfetch
5
LDADD=	-lfetch -lncursesw -ldialog -lm
5
LDADD=	-lfetch -lncursesw -ldialog -lm
6
DPADD=	${LIBFETCH} ${LIBNCURSESW} ${LIBDIALOG}
6
7
7
WARNS?=	6
8
WARNS?=	6
8
NO_MAN=	true
9
NO_MAN=	true
(-)usr.sbin/bsdinstall/partedit/Makefile (+1 lines)
Lines 4-9 Link Here
4
PROG=	partedit
4
PROG=	partedit
5
LINKS= ${BINDIR}/partedit ${BINDIR}/autopart
5
LINKS= ${BINDIR}/partedit ${BINDIR}/autopart
6
LDADD=	-lgeom -lncursesw -lutil -ldialog -lm
6
LDADD=	-lgeom -lncursesw -lutil -ldialog -lm
7
DPADD=	${LIBGEOM} ${LIBNCURSESW} ${LIBDIALOG}
7
8
8
PARTEDIT_ARCH= ${MACHINE}
9
PARTEDIT_ARCH= ${MACHINE}
9
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
10
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"

Return to bug 174046