diff options
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 53fd0ea..322fdaa 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -107,7 +107,8 @@ SUBDIR+=fdisk \ .endif .if ${MACHINE_ARCH} == "amd64" -SUBDIR+=fdisk +SUBDIR+=fdisk \ + gpt .endif .include <bsd.subdir.mk> |