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/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/sys/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.83 retrieving revision 1.84 diff -u -p -r1.83 -r1.84 --- src/sys/Makefile 2018/09/23 09:21:01 1.83 +++ src/sys/Makefile 2019/06/17 17:01:50 1.84 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2018/09/23 09:21:01 maxv Exp $ +# $NetBSD: Makefile,v 1.84 2019/06/17 17:01:50 sevan Exp $ .include @@ -7,12 +7,9 @@ SUBDIR= altq arch compat dev fs miscfs \ netmpls netsmb \ nfs opencrypto sys ufs uvm -# interrupt implementation depends on the kernel within the port -#.if (${MACHINE} != "evbppc") .if make(obj) || make(cleandir) || ${MKKMOD} != "no" SUBDIR+=modules .endif -#.endif .if make(includes) || make(obj) || make(cleandir) SUBDIR+= rump