summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-10-27 23:39:19 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-10-27 23:39:19 +0000
commite85c098db0942c23283d4b68f2736bab8c6b61cd (patch)
tree3b6a95ed3ce1f99b35ad3217a62e1172f01df153
parent6891d57652ce7cbd5e1835a2c1063e11c4d89f4f (diff)
Notes
-rw-r--r--lkm/coff/Makefile6
-rw-r--r--sys/modules/coff/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/lkm/coff/Makefile b/lkm/coff/Makefile
index ffd3d0f07eb7..3160c9e97555 100644
--- a/lkm/coff/Makefile
+++ b/lkm/coff/Makefile
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
-SRCS= coff.c imgact_coff.c
-VFS_LKM=
+SRCS= coff.c imgact_coff.c vnode_if.h
NOMAN=
+CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
.include <bsd.kmod.mk>
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile
index ffd3d0f07eb7..3160c9e97555 100644
--- a/sys/modules/coff/Makefile
+++ b/sys/modules/coff/Makefile
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
-SRCS= coff.c imgact_coff.c
-VFS_LKM=
+SRCS= coff.c imgact_coff.c vnode_if.h
NOMAN=
+CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
.include <bsd.kmod.mk>