mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build gpt(8) on all platforms.
This commit is contained in:
parent
6ebab76180
commit
7199d81ac9
1 changed files with 1 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ SUBDIR= adjkerntz \
|
|||
gbde \
|
||||
geom \
|
||||
ggate \
|
||||
${_gpt} \
|
||||
gpt \
|
||||
growfs \
|
||||
gvinum \
|
||||
ifconfig \
|
||||
|
|
@ -144,8 +144,4 @@ _fdisk= fdisk
|
|||
_mca= mca
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "sparc64"
|
||||
_gpt= gpt
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue