diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-05-19 01:27:14 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-05-19 01:27:14 +0000 |
| commit | c444f61706d58259df63dd50461404c8781a7669 (patch) | |
| tree | 12821adefd304524df8a26ee90027e6aa72aea4f /sys/modules/linux | |
| parent | 9ed93e32bcc7e59978eff31df10f14091ee5ab68 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 2f26c23d70c2..1879240231a3 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -12,7 +12,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_uid16.c imgact_linux.c +SRCS+= linux_ptrace.c linux_uid16.c imgact_linux.c .endif EXPORT_SYMS= |
