diff options
author | tmm <tmm@FreeBSD.org> | 2002-10-18 15:38:39 +0000 |
---|---|---|
committer | tmm <tmm@FreeBSD.org> | 2002-10-18 15:38:39 +0000 |
commit | 70f553334a43f1486de087e37a18fda34cc68e63 (patch) | |
tree | b06e1bb3583ec2c25199cda526014fc7c437d598 | |
parent | 3f2ca46f9442e029d5fbc7982c228c7af016ede4 (diff) | |
download | FreeBSD-src-70f553334a43f1486de087e37a18fda34cc68e63.zip FreeBSD-src-70f553334a43f1486de087e37a18fda34cc68e63.tar.gz |
Connect ofwdump to the sparc64 build.
-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 |