svn commit: r216322 - head/usr.sbin

Bruce Cran brucec at FreeBSD.org
Thu Dec 9 11:37:41 UTC 2010


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


More information about the svn-src-head mailing list