Add fdisk for $MACHINE_ARCH == amd64

This commit is contained in:
peter 2003-05-17 20:40:42 +00:00
parent ca15cb863a
commit ecadd4f845

View File

@ -112,4 +112,8 @@ SUBDIR+=fdisk \
SUBDIR+=sunlabel
.endif
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+=fdisk
.endif
.include <bsd.subdir.mk>