diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-07-27 01:07:01 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-07-27 01:07:01 +0000 |
| commit | 3f47ee5c4d99fd3a96d465558171efa756ec093c (patch) | |
| tree | db2ac410eb2eba21022e1e52407aeb2fab5d866b /sys/modules/procfs/Makefile | |
| parent | d352b6c59e41d8dfdd7d5e50462e160884d3ff56 (diff) | |
Notes
Diffstat (limited to 'sys/modules/procfs/Makefile')
| -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 5eca69b9b6c8..59089e526e37 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1998/07/01 17:02:57 bde Exp $ +# $Id: Makefile,v 1.11 1998/07/25 15:52:43 alex 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 -DVFS_LKM_NO_DEFAULT_DISPATCH +CFLAGS+= -DPROCFS CLEANFILES+= opt_vmpage.h opt_vmpage.h: |
