diff options
-rw-r--r-- | usr.sbin/Makefile | 4 |
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 |