Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/modules/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/sys/modules/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.111 retrieving revision 1.112 diff -u -p -r1.111 -r1.112 --- src/sys/modules/Makefile 2012/09/16 13:47:41 1.111 +++ src/sys/modules/Makefile 2012/10/13 19:42:03 1.112 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2012/09/16 13:47:41 rmind Exp $ +# $NetBSD: Makefile,v 1.112 2012/10/13 19:42:03 alnsn Exp $ .include @@ -121,6 +121,10 @@ SUBDIR+= tprof_amdpmi SUBDIR+= vmt .endif +.if ${MACHINE_ARCH} == "x86_64" +SUBDIR+= sljit +.endif + # # ACPI modules #