Module Name: src
Committed By: christos
Date: Thu Apr 15 17:31:45 UTC 2021
Modified Files:
src/sys/rump/kern/lib/libsolaris: Makefile
Log Message:
fix reversed comment
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/kern/lib/libsolaris/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/rump/kern/lib/libsolaris/Makefile
diff -u src/sys/rump/kern/lib/libsolaris/Makefile:1.5 src/sys/rump/kern/lib/libsolaris/Makefile:1.6
--- src/sys/rump/kern/lib/libsolaris/Makefile:1.5 Thu Apr 15 13:28:09 2021
+++ src/sys/rump/kern/lib/libsolaris/Makefile Thu Apr 15 13:31:44 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/04/15 17:28:09 christos Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/15 17:31:44 christos Exp $
#
-NEED_ISYSTEM= # Tell rump that we can't use -isystem
+NEED_ISYSTEM= # Tell rump that we must use -isystem
.include <bsd.init.mk>