mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
6 lines
155 B
Makefile
6 lines
155 B
Makefile
|
|
.include "Makefile.boot.pre"
|
|
# Don't build shared libraries during bootstrap
|
|
NO_PIC= yes
|
|
.include "../../../share/mk/bsd.lib.mk"
|
|
.include "Makefile.boot"
|