Module Name: src
Committed By: pgoyette
Date: Sat Sep 14 01:36:11 UTC 2024
Modified Files:
src/sys/modules/procfs: Makefile
Log Message:
Update module build options to match with GENERIC kernel options
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/modules/procfs/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/modules/procfs/Makefile
diff -u src/sys/modules/procfs/Makefile:1.8 src/sys/modules/procfs/Makefile:1.9
--- src/sys/modules/procfs/Makefile:1.8 Mon Sep 9 15:52:31 2024
+++ src/sys/modules/procfs/Makefile Sat Sep 14 01:36:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/09/09 15:52:31 pgoyette Exp $
+# $NetBSD: Makefile,v 1.9 2024/09/14 01:36:11 pgoyette Exp $
.include "../Makefile.inc"
@@ -9,8 +9,8 @@
.PATH: ${S}/arch/x86/x86
.endif
-# enable the SYSV linux nodes
-COPTS+= -D SYSVSHM -D SYSVSEM -D SYSVMSG
+# enable the SYSV and MQUEUE linux nodes
+COPTS+= -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE
KMOD= procfs
SRCS= procfs_note.c procfs_status.c procfs_subr.c \