summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-10-18 15:38:39 +0000
committertmm <tmm@FreeBSD.org>2002-10-18 15:38:39 +0000
commit70f553334a43f1486de087e37a18fda34cc68e63 (patch)
treeb06e1bb3583ec2c25199cda526014fc7c437d598 /usr.sbin/Makefile
parent3f2ca46f9442e029d5fbc7982c228c7af016ede4 (diff)
downloadFreeBSD-src-70f553334a43f1486de087e37a18fda34cc68e63.zip
FreeBSD-src-70f553334a43f1486de087e37a18fda34cc68e63.tar.gz
Connect ofwdump to the sparc64 build.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 7e26e25..674b147 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -190,6 +190,10 @@ SUBDIR+=boot0cfg
SUBDIR+=boot98cfg
.endif
+.if ${MACHINE_ARCH} == "sparc64"
+SUBDIR+=ofwdump
+.endif
+
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=keyserv
.endif
OpenPOWER on IntegriCloud