Module Name: src
Committed By: pgoyette
Date: Mon Jun 17 10:16:00 UTC 2024
Modified Files:
src/sys/modules/compat_13: Makefile
Log Message:
Ooops missed a source file!
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/compat_13/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/compat_13/Makefile
diff -u src/sys/modules/compat_13/Makefile:1.3 src/sys/modules/compat_13/Makefile:1.4
--- src/sys/modules/compat_13/Makefile:1.3 Sun Jun 16 21:52:01 2024
+++ src/sys/modules/compat_13/Makefile Mon Jun 17 10:16:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/06/16 21:52:01 pgoyette Exp $
+# $NetBSD: Makefile,v 1.4 2024/06/17 10:16:00 pgoyette Exp $
.include <bsd.init.mk>
@@ -12,6 +12,8 @@ CPPFLAGS+= -DCOMPAT_40 -DCOMPAT_50 -DCOM
SRCS+= compat_13_mod.c
SRCS+= uvm_13.c kern_sig_13.c
+COMPAT_MACHDEP_SRCS= compat_13_machdep.c
+
.if ${MACHINE_CPU} == "m68k"
COMPAT_MACHDEP_SRCS+= compat_13_sigreturn13.s
.endif