1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 10:43:09 +00:00

Add new parts, kernel not booted in other case

This commit is contained in:
Andrey A. Chernov 1996-06-18 16:58:44 +00:00
parent 9d762dcebc
commit 1f013a1f05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16483
2 changed files with 6 additions and 6 deletions

View File

@ -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 .PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod KMOD= procfs_mod
SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \ SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \
procfs_vfsops.c procfs_vnops.c procfs_type.c procfs_vfsops.c procfs_vnops.c
NOMAN= NOMAN=
VFS_LKM= VFS_LKM=
CFLAGS+= -DPROCFS CFLAGS+= -DPROCFS

View File

@ -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 .PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod KMOD= procfs_mod
SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \ SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \
procfs_vfsops.c procfs_vnops.c procfs_type.c procfs_vfsops.c procfs_vnops.c
NOMAN= NOMAN=
VFS_LKM= VFS_LKM=
CFLAGS+= -DPROCFS CFLAGS+= -DPROCFS