svn commit: r209133 - user/imp/tbemd/contrib/smbfs

Warner Losh imp at FreeBSD.org
Sun Jun 13 16:27:46 UTC 2010


Author: imp
Date: Sun Jun 13 16:27:43 2010
New Revision: 209133
URL: http://svn.freebsd.org/changeset/base/209133

Log:
  Revert changes I made here: this file is unused and maybe should be deleted instead

Modified:
  user/imp/tbemd/contrib/smbfs/Makefile

Modified: user/imp/tbemd/contrib/smbfs/Makefile
==============================================================================
--- user/imp/tbemd/contrib/smbfs/Makefile	Sun Jun 13 13:30:26 2010	(r209132)
+++ user/imp/tbemd/contrib/smbfs/Makefile	Sun Jun 13 16:27:43 2010	(r209133)
@@ -9,7 +9,7 @@
 #	deinstall-src	undo corresponding install-* target
 #	clean		cleanup source tree
 
-.if ${MACHINE_CPUARCH} != "i386"
+.if ${MACHINE_ARCH} != "i386"
 .	error "only IA32 machines supported"
 .endif
 


More information about the svn-src-user mailing list