diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-06-18 16:58:44 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-06-18 16:58:44 +0000 |
| commit | 1f013a1f0549fd16b8173099c0b2335cd8edfbf3 (patch) | |
| tree | 54318133bdd81a3ba2491aa099026a5e1ab9abe1 /sys/modules/procfs | |
| parent | 9d762dcebccf0289ec56a74719e109c3581c0a60 (diff) | |
Notes
Diffstat (limited to 'sys/modules/procfs')
| -rw-r--r-- | sys/modules/procfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 61c046befc6b..8b8ee0b474b7 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.1 1994/09/21 23:27:13 wollman Exp $ +# $Id: Makefile,v 1.2 1996/01/24 19:34:49 peter Exp $ .PATH: ${.CURDIR}/../../sys/miscfs/procfs KMOD= procfs_mod -SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \ - procfs_vfsops.c procfs_vnops.c +SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \ + procfs_type.c procfs_vfsops.c procfs_vnops.c NOMAN= VFS_LKM= CFLAGS+= -DPROCFS |
