diff options
author | wollman <wollman@FreeBSD.org> | 1994-10-27 23:39:19 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-10-27 23:39:19 +0000 |
commit | 932edea11cf5241e2fa3125115d4a20fc3f53110 (patch) | |
tree | 3b6a95ed3ce1f99b35ad3217a62e1172f01df153 /lkm/coff/Makefile | |
parent | c231fede0ae44ef7e2d84f3cd2cc5221db225669 (diff) | |
download | FreeBSD-src-932edea11cf5241e2fa3125115d4a20fc3f53110.zip FreeBSD-src-932edea11cf5241e2fa3125115d4a20fc3f53110.tar.gz |
Again, this is not a filesystem so don't compile it as if it were.
Diffstat (limited to 'lkm/coff/Makefile')
-rw-r--r-- | lkm/coff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lkm/coff/Makefile b/lkm/coff/Makefile index ffd3d0f..3160c9e 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> |