summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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