Author: ian Date: Wed Dec 16 15:26:31 2015 New Revision: 292337 URL: https://svnweb.freebsd.org/changeset/base/292337
Log: Build mount_smbfs for arm. Also sort the subdirs. Modified: head/usr.sbin/Makefile.arm Modified: head/usr.sbin/Makefile.arm ============================================================================== --- head/usr.sbin/Makefile.arm Wed Dec 16 15:16:44 2015 (r292336) +++ head/usr.sbin/Makefile.arm Wed Dec 16 15:26:31 2015 (r292337) @@ -1,4 +1,5 @@ # $FreeBSD$ -SUBDIR+= ofwdump SUBDIR+= kgmon +SUBDIR+= mount_smbfs +SUBDIR+= ofwdump _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
