diff options
author | peter <peter@FreeBSD.org> | 1996-01-24 19:34:49 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-24 19:34:49 +0000 |
commit | be43fa0648fdf92009d4f8159f42d480ddcc9afb (patch) | |
tree | d7c387e03487ab6f214fbdbf4628024ce4d7b470 /sys/modules | |
parent | 35fc06f05c328ee797c384c014cb0eb01c353115 (diff) | |
download | FreeBSD-src-be43fa0648fdf92009d4f8159f42d480ddcc9afb.zip FreeBSD-src-be43fa0648fdf92009d4f8159f42d480ddcc9afb.tar.gz |
Attempt to fix the procfs LKM after making some of the procfs
code shared with ptrace and "standard" in the config.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/procfs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 951d65d..61c046b 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,10 +1,8 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# $Id: Makefile,v 1.1 1994/09/21 23:27:13 wollman Exp $ -.PATH: ${.CURDIR}/../../sys/miscfs/procfs \ - ${.CURDIR}/../../sys/${MACHINE}/${MACHINE} +.PATH: ${.CURDIR}/../../sys/miscfs/procfs KMOD= procfs_mod -SRCS= procfs_machdep.c procfs_ctl.c procfs_fpregs.c procfs_mem.c \ - procfs_note.c procfs_regs.c procfs_status.c procfs_subr.c \ +SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \ procfs_vfsops.c procfs_vnops.c NOMAN= VFS_LKM= |