mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Add amd64 to universe.
Approved by: peter
This commit is contained in:
parent
ec6001d98e
commit
506f4c06ae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -230,7 +230,7 @@ universe:
|
|||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> make universe started on ${STARTTIME}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
.for arch in i386 sparc64 alpha ia64
|
||||
.for arch in i386 sparc64 alpha ia64 amd64
|
||||
.for mach in ${arch} ${${arch}_mach}
|
||||
@echo ">> ${mach} started on `LC_ALL=C date`"
|
||||
-cd ${.CURDIR} && ${MAKE} buildworld \
|
||||
|
|
|
|||
Loading…
Reference in a new issue