mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
![Brooks Davis](/assets/img/avatar_default.png)
It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses.
12 lines
201 B
Makefile
12 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
PROG= distextract
|
|
DPADD= ${LIBARCHIVE} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM}
|
|
LDADD= -larchive -lncursesw -ldialog -lm
|
|
|
|
WARNS?= 6
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|