mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= ${LIBEXECDIR}/bsdinstall
|
|
PROG= distextract
|
|
LIBADD= archive dpv figpar ncursesw dialog m
|
|
|
|
WARNS?= 6
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|