Connect ofwdump to the sparc64 build.

This commit is contained in:
tmm 2002-10-18 15:38:39 +00:00
parent 3f2ca46f94
commit 70f553334a

View File

@ -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