mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
This allows the subdirs that do more work to run in parallel Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D42947
8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
|
BINDIR= ${LIBEXECDIR}/bsdinstall
|
|
PROG= distfetch
|
|
LIBADD= fetch bsddialog
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|