mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses.
11 lines
195 B
Makefile
11 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
PROG= distfetch
|
|
DPADD= ${LIBFETCH} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM}
|
|
LDADD= -lfetch -lncursesw -ldialog -lm
|
|
|
|
WARNS?= 6
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|