summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-07-01 17:02:57 +0000
committerbde <bde@FreeBSD.org>1998-07-01 17:02:57 +0000
commitffd353a1b8c656db58d8bcab4a40ebf0a627f01a (patch)
tree0ea0300ff9ed5bb69148c34f6828c144c2254f43
parent4025ef571e2e400268882bb2c1c710290bb8c382 (diff)
downloadFreeBSD-src-ffd353a1b8c656db58d8bcab4a40ebf0a627f01a.zip
FreeBSD-src-ffd353a1b8c656db58d8bcab4a40ebf0a627f01a.tar.gz
Added opt_vmpage.h to SRCS so that it actually gets created.
-rw-r--r--lkm/procfs/Makefile10
-rw-r--r--sys/modules/procfs/Makefile10
2 files changed, 10 insertions, 10 deletions
diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile
index 11f5a32..d0a8b0a 100644
--- a/lkm/procfs/Makefile
+++ b/lkm/procfs/Makefile
@@ -1,15 +1,15 @@
-# $Id: Makefile,v 1.8 1998/06/30 11:28:06 jmg Exp $
+# $Id: Makefile,v 1.9 1998/06/30 16:09:28 sos Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
-SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \
- procfs_type.c procfs_vfsops.c procfs_vnops.c
+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
-CLEANFILES+= opt_vmpage.h
+CLEANFILES+= opt_vmpage.h
opt_vmpage.h:
- touch opt_vmpage.h
+ touch ${.TARGET}
.include <bsd.kmod.mk>
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 11f5a32..d0a8b0a 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,15 +1,15 @@
-# $Id: Makefile,v 1.8 1998/06/30 11:28:06 jmg Exp $
+# $Id: Makefile,v 1.9 1998/06/30 16:09:28 sos Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
-SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \
- procfs_type.c procfs_vfsops.c procfs_vnops.c
+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
-CLEANFILES+= opt_vmpage.h
+CLEANFILES+= opt_vmpage.h
opt_vmpage.h:
- touch opt_vmpage.h
+ touch ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud