summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1998-06-30 11:28:06 +0000
committerjmg <jmg@FreeBSD.org>1998-06-30 11:28:06 +0000
commit95ee86d880aee506b4709bad095906150b1a8382 (patch)
treedacae87d642f7cb46ca90619338fee3df7a583bb /sys/modules/procfs
parentf22ffcd312b512f03741712b80ed073690cdc667 (diff)
downloadFreeBSD-src-95ee86d880aee506b4709bad095906150b1a8382.zip
FreeBSD-src-95ee86d880aee506b4709bad095906150b1a8382.tar.gz
fix more of my breakage... :(
create opt_vmpage.h
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 52458b5..8a8d7b1 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/02/04 21:56:39 eivind Exp $
+# $Id: Makefile,v 1.7 1998/02/06 23:54:27 eivind Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
@@ -7,5 +7,9 @@ SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \
NOMAN=
VFS_LKM=
CFLAGS+= -DPROCFS
+CLEANFILES+= opt_vmpage.h
+
+opt_vmpage.h:
+ touch opt_vmpage.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud