Connect ofwdump to the sparc64 build.

This commit is contained in:
Thomas Moestl 2002-10-18 15:38:39 +00:00
parent 1b6eef5b4e
commit 6f6ede923c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105402

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