flatten the LKM vfs hierarchy a bit - no need for isofs/cd9660, put
the LKM code directly to cd9660 directory
This commit is contained in:
parent
9accf4df15
commit
5d0e84b25e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2001/12/12 12:06:48 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/23 17:45:14 jdolecek Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lkminit_vfs.c,v 1.5 2001/11/12 23:23:30 lukem Exp $ */
|
||||
/* $NetBSD: lkminit_vfs.c,v 1.1 2002/12/23 17:45:15 jdolecek Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5 2001/11/12 23:23:30 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.1 2002/12/23 17:45:15 jdolecek Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/ioctl.h>
|
|
@ -1,5 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 1996/08/22 20:18:23 explorer Exp $
|
||||
|
||||
SUBDIR= cd9660
|
||||
|
||||
.include <bsd.subdir.mk>
|
|
@ -1,5 +0,0 @@
|
|||
# $NetBSD: Makefile.inc,v 1.3 1998/03/28 23:58:44 thorpej Exp $
|
||||
|
||||
S!= cd ${.CURDIR}/../../../..;pwd
|
||||
|
||||
.include "../../Makefile.inc"
|
Loading…
Reference in New Issue