mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
10 lines
134 B
Makefile
10 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= ${LIBEXECDIR}/bsdinstall
|
|
PROG= distfetch
|
|
LIBADD= fetch ncursesw dialog m
|
|
|
|
WARNS?= 6
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|