diff options
author | ache <ache@FreeBSD.org> | 1996-06-18 16:58:44 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-06-18 16:58:44 +0000 |
commit | a5b12d291ebae19f92c6d08ca6609cd4578960ca (patch) | |
tree | 54318133bdd81a3ba2491aa099026a5e1ab9abe1 /sys/modules | |
parent | aa8687a06e26d09a26dadefc23f87a6a39a57db9 (diff) | |
download | FreeBSD-src-a5b12d291ebae19f92c6d08ca6609cd4578960ca.zip FreeBSD-src-a5b12d291ebae19f92c6d08ca6609cd4578960ca.tar.gz |
Add new parts, kernel not booted in other case
Diffstat (limited to 'sys/modules')
-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 61c046b..8b8ee0b 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 |