mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Build /sbin/gpt on amd64 for good luck as well.
This commit is contained in:
parent
19f2b0e839
commit
f8bb2e0ffd
1 changed files with 2 additions and 1 deletions
|
|
@ -107,7 +107,8 @@ SUBDIR+=fdisk \
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
SUBDIR+=fdisk
|
||||
SUBDIR+=fdisk \
|
||||
gpt
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue