Add fdisk for $MACHINE_ARCH == amd64

This commit is contained in:
Peter Wemm 2003-05-17 20:40:42 +00:00
parent cc22785824
commit d6c1abfdfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115110

View File

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