From f8bb2e0ffdaa1f62a0a4323f320a7dde1f89fba6 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 24 Jul 2003 01:42:49 +0000 Subject: [PATCH] Build /sbin/gpt on amd64 for good luck as well. --- sbin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/Makefile b/sbin/Makefile index 53fd0ead9d70..322fdaa6705b 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