diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-08 02:59:38 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-08 02:59:38 +0000 |
| commit | c503d8706c173a998fd9c0020a7c26381592d544 (patch) | |
| tree | ac2ea1f4494a05d279833a67ddf57746a4341e23 | |
| parent | 8c478ca930e5dd65ec0d462416cbb1340125bc25 (diff) | |
Notes
| -rw-r--r-- | sys/modules/aout/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/linux/Makefile | 3 | ||||
| -rw-r--r-- | sys/modules/pecoff/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/aout/Makefile b/sys/modules/aout/Makefile index a1f71e33f4b3..1c29932c60ca 100644 --- a/sys/modules/aout/Makefile +++ b/sys/modules/aout/Makefile @@ -4,7 +4,7 @@ KMOD= aout SRCS= imgact_aout.c \ - opt_kstack_pages.h vnode_if.h + vnode_if.h EXPORT_SYMS= diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index cb8b98f4c32c..63653f83a453 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -13,8 +13,7 @@ SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \ OBJS= linux_locore.o .if ${MACHINE_ARCH} == "i386" -SRCS+= linux_ptrace.c linux_uid16.c imgact_linux.c opt_cpu.h \ - opt_kstack_pages.h +SRCS+= linux_ptrace.c linux_uid16.c imgact_linux.c opt_cpu.h .endif EXPORT_SYMS= diff --git a/sys/modules/pecoff/Makefile b/sys/modules/pecoff/Makefile index 44e7f620c43e..3af958e3c703 100644 --- a/sys/modules/pecoff/Makefile +++ b/sys/modules/pecoff/Makefile @@ -5,7 +5,7 @@ MAINTAINER= takawata@FreeBSD.org .PATH: ${.CURDIR}/../../compat/pecoff KMOD= pecoff -SRCS= imgact_pecoff.c opt_kstack_pages.h opt_pecoff.h vnode_if.h +SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h CFLAGS+= -g -DDEBUG |
