diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-01-24 19:34:49 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-24 19:34:49 +0000 |
| commit | 3b60d376b9e4a9e37e0adb0a26fcc0c424cd8872 (patch) | |
| tree | d7c387e03487ab6f214fbdbf4628024ce4d7b470 /lkm/procfs | |
| parent | 97f1b9871ed4c8375554e98a9c3f22238c9a5096 (diff) | |
Notes
Diffstat (limited to 'lkm/procfs')
| -rw-r--r-- | lkm/procfs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile index 951d65d49b5b..61c046befc6b 100644 --- a/lkm/procfs/Makefile +++ b/lkm/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= |
