Module Name: src
Committed By: christos
Date: Thu Mar 30 20:16:42 UTC 2017
Modified Files:
src/sys/modules/procfs: Makefile
Log Message:
Add auxv
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/sys/modules/procfs/Makefile:1.3
--- src/sys/modules/procfs/Makefile:1.2 Thu Jul 8 16:32:12 2010
+++ src/sys/modules/procfs/Makefile Thu Mar 30 16:16:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/07/08 20:32:12 rmind Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/30 20:16:42 christos Exp $
.include "../Makefile.inc"
@@ -13,6 +13,6 @@ KMOD= procfs
SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \
procfs_vfsops.c procfs_vnops.c procfs_cmdline.c procfs_linux.c \
procfs_machdep.c procfs_map.c procfs_regs.c procfs_fpregs.c \
- procfs_mem.c procfs_fd.c
+ procfs_mem.c procfs_fd.c procfs_auxv.c
.include <bsd.kmodule.mk>