Module Name:    src
Committed By:   sevan
Date:           Mon Jun 17 17:01:50 UTC 2019

Modified Files:
        src/sys: Makefile

Log Message:
evbppc port has been built with modules for some time now, drop explanation on
why it's not and the if statement to exclude it.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/Makefile
diff -u src/sys/Makefile:1.83 src/sys/Makefile:1.84
--- src/sys/Makefile:1.83	Sun Sep 23 09:21:01 2018
+++ src/sys/Makefile	Mon Jun 17 17:01:50 2019
@@ -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 <bsd.own.mk>
 
@@ -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

Reply via email to