diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-07-25 15:52:44 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-07-25 15:52:44 +0000 |
| commit | ca2be56ff90c5f3d3514654d4e9c5eb3ab8c2fcf (patch) | |
| tree | fcfb6171170c0e2a38db0e900bbf5a3511cc1c97 /sys/modules/procfs | |
| parent | 38bfd69bdad738f96c71eff4e2fb5848f8412835 (diff) | |
Notes
Diffstat (limited to 'sys/modules/procfs')
| -rw-r--r-- | sys/modules/procfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index d0a8b0ac0cf6..5eca69b9b6c8 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/06/30 16:09:28 sos Exp $ +# $Id: Makefile,v 1.10 1998/07/01 17:02:57 bde Exp $ .PATH: ${.CURDIR}/../../sys/miscfs/procfs KMOD= procfs_mod @@ -6,7 +6,7 @@ SRCS= opt_vmpage.h 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 +CFLAGS+= -DPROCFS -DVFS_LKM_NO_DEFAULT_DISPATCH CLEANFILES+= opt_vmpage.h opt_vmpage.h: |
