summaryrefslogtreecommitdiffstats
path: root/sys/modules/svr4
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2009-02-12 14:44:15 +0000
committern_hibma <n_hibma@FreeBSD.org>2009-02-12 14:44:15 +0000
commit822875df79f79fc559eb87bf2366d5ee52e8960b (patch)
tree7824f30f331a0150eea6c367e2dd69051711c964 /sys/modules/svr4
parentf692f38dd2374188b2fc8a3be8adea0c95de0fe6 (diff)
downloadFreeBSD-src-822875df79f79fc559eb87bf2366d5ee52e8960b.zip
FreeBSD-src-822875df79f79fc559eb87bf2366d5ee52e8960b.tar.gz
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.
Diffstat (limited to 'sys/modules/svr4')
-rw-r--r--sys/modules/svr4/Makefile2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud