From 7720b5abea806248626faa607a8bf2e15eae517f Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Thu, 9 Dec 2010 11:37:40 +0000 Subject: [PATCH] Build sade on amd64 as well as i386 and sparc64. --- usr.sbin/Makefile.amd64 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64 index 61f94c4bf259..232831b35c8c 100644 --- a/usr.sbin/Makefile.amd64 +++ b/usr.sbin/Makefile.amd64 @@ -27,4 +27,7 @@ SUBDIR+= ndiscvt .endif SUBDIR+= sicontrol SUBDIR+= spkrtest +.if ${MK_SYSINSTALL} != "no" +SUBDIR+= sade +.endif SUBDIR+= zzz