From 822875df79f79fc559eb87bf2366d5ee52e8960b Mon Sep 17 00:00:00 2001 From: n_hibma Date: Thu, 12 Feb 2009 14:44:15 +0000 Subject: Fix a few problems related to building modules in /sys/modules (not checked whether this applies to builds in /sys/*/compile/* as well): - Create empty opt_*.h files were missing - Hook up svr4 to the build. It compiles fine here, so no reason to disconnect it in the Makefile. were missing - Hook up svr4 to the build. It compiles fine here, so no reason to disconnect it in the Makefile. --- sys/modules/svr4/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules/svr4') diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile index 447d048..86f8446 100644 --- a/sys/modules/svr4/Makefile +++ b/sys/modules/svr4/Makefile @@ -9,6 +9,8 @@ SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_mac.h opt_svr4.h \ svr4_machdep.c svr4_resource.c svr4_ipc.c OBJS= svr4_locore.o +SRCS+= opt_ktrace.h opt_sysvipc.h opt_route.h + CLEANFILES= svr4_assym.h svr4_genassym.o svr4_assym.h: svr4_genassym.o -- cgit v1.1