Module Name:    src
Committed By:   christos
Date:           Thu Apr 15 17:26:07 UTC 2021

Modified Files:
        src/sys/modules/solaris: Makefile.solmod

Log Message:
- Don't include <bsd.own.mk> It should be done by the enclosing Makefile
- Don't define NEED_ISYSTEM. This is a rump thing and should be only exposed
  there.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/modules/solaris/Makefile.solmod

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

Modified files:

Index: src/sys/modules/solaris/Makefile.solmod
diff -u src/sys/modules/solaris/Makefile.solmod:1.8 src/sys/modules/solaris/Makefile.solmod:1.9
--- src/sys/modules/solaris/Makefile.solmod:1.8	Mon Apr 12 00:41:54 2021
+++ src/sys/modules/solaris/Makefile.solmod	Thu Apr 15 13:26:07 2021
@@ -1,6 +1,4 @@
-#	$NetBSD: Makefile.solmod,v 1.8 2021/04/12 04:41:54 mrg Exp $
-
-.include <bsd.own.mk>
+#	$NetBSD: Makefile.solmod,v 1.9 2021/04/15 17:26:07 christos Exp $
 
 ZFSDIR=	${S}/../external/cddl/osnet
 
@@ -84,5 +82,3 @@ CPPFLAGS+=	-I${ZFSDIR}/dist/common
 CPPFLAGS+=	-I${ZFSDIR}/dist/uts/common/zmod
 CPPFLAGS+=	-I${ZFSDIR}/dist/uts/common
 CPPFLAGS+=      -I${ZFSDIR}/sys/sys
-
-NEED_ISYSTEM=   # duplicate headers, depends on -isystem to build

Reply via email to