Date: Thu, 9 Dec 2010 11:37:40 +0000 (UTC) From: Bruce Cran <brucec@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r216322 - head/usr.sbin Message-ID: <201012091137.oB9Bbe5E037272@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brucec Date: Thu Dec 9 11:37:40 2010 New Revision: 216322 URL: http://svn.freebsd.org/changeset/base/216322 Log: Build sade on amd64 as well as i386 and sparc64. Modified: head/usr.sbin/Makefile.amd64 Modified: head/usr.sbin/Makefile.amd64 ============================================================================== --- head/usr.sbin/Makefile.amd64 Thu Dec 9 08:36:23 2010 (r216321) +++ head/usr.sbin/Makefile.amd64 Thu Dec 9 11:37:40 2010 (r216322) @@ -27,4 +27,7 @@ SUBDIR+= ndiscvt .endif SUBDIR+= sicontrol SUBDIR+= spkrtest +.if ${MK_SYSINSTALL} != "no" +SUBDIR+= sade +.endif SUBDIR+= zzz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012091137.oB9Bbe5E037272>