1 1.7.32.1 perseant # $NetBSD: Makefile,v 1.7.32.1 2025/08/02 05:57:46 perseant Exp $ 2 1.1 rumble 3 1.1 rumble .include "../Makefile.inc" 4 1.1 rumble 5 1.1 rumble .PATH: ${S}/miscfs/procfs ${S} ${S}/arch/${MACHINE}/${MACHINE} \ 6 1.1 rumble ${S}/arch/${MACHINE_CPU}/${MACHINE_CPU} 7 1.1 rumble 8 1.2 rmind .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 9 1.2 rmind .PATH: ${S}/arch/x86/x86 10 1.2 rmind .endif 11 1.2 rmind 12 1.7.32.1 perseant # enable the SYSV and MQUEUE linux nodes 13 1.7.32.1 perseant COPTS+= -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE 14 1.7.32.1 perseant 15 1.1 rumble KMOD= procfs 16 1.4 kamil SRCS= procfs_note.c procfs_status.c procfs_subr.c \ 17 1.6 christos procfs_vfsops.c procfs_vnops.c procfs_cmdline.c procfs_limit.c \ 18 1.6 christos procfs_linux.c \ 19 1.1 rumble procfs_machdep.c procfs_map.c procfs_regs.c procfs_fpregs.c \ 20 1.3 christos procfs_mem.c procfs_fd.c procfs_auxv.c 21 1.1 rumble 22 1.1 rumble .include <bsd.kmodule.mk> 23