From 95ee86d880aee506b4709bad095906150b1a8382 Mon Sep 17 00:00:00 2001 From: jmg Date: Tue, 30 Jun 1998 11:28:06 +0000 Subject: [PATCH] fix more of my breakage... :( create opt_vmpage.h --- lkm/procfs/Makefile | 6 +++++- sys/modules/procfs/Makefile | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile index 52458b5552e5..8a8d7b17f546 100644 --- a/lkm/procfs/Makefile +++ b/lkm/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 diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 52458b5552e5..8a8d7b17f546 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