summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-01-31 07:40:25 +0000
committerjake <jake@FreeBSD.org>2003-01-31 07:40:25 +0000
commit028347699c98c343950b8b362f63bdc1261ef81d (patch)
tree07909afc437112c0c6398f95999827f18ca38c1b /sbin/Makefile
parent208fd6117875dd3e9fd3a38d22cf826aa55f0388 (diff)
downloadFreeBSD-src-028347699c98c343950b8b362f63bdc1261ef81d.zip
FreeBSD-src-028347699c98c343950b8b362f63bdc1261ef81d.tar.gz
Build sunlabel on sparc64.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index aa6fb02..c94419f 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -109,4 +109,8 @@ SUBDIR+=fdisk \
SUBDIR+=disklabel
.endif
+.if ${MACHINE_ARCH} == "sparc64"
+SUBDIR+=sunlabel
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud