Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/vfs/coda5 give this Makefile a chance to work, by el...
details: https://anonhg.NetBSD.org/src/rev/264aac838519
branches: trunk
changeset: 551808:264aac838519
user: christos <christos%NetBSD.org@localhost>
date: Fri Sep 12 13:05:28 2003 +0000
description:
give this Makefile a chance to work, by eliminating unneeded complexity.
diffstat:
sys/lkm/vfs/coda5/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 2b924b1538d9 -r 264aac838519 sys/lkm/vfs/coda5/Makefile
--- a/sys/lkm/vfs/coda5/Makefile Fri Sep 12 13:01:57 2003 +0000
+++ b/sys/lkm/vfs/coda5/Makefile Fri Sep 12 13:05:28 2003 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/09/07 12:25:54 tron Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/12 13:05:28 christos Exp $
.include "../Makefile.inc"
-.PATH: $S/coda ${.CURDIR}/../coda5
+.PATH: ${.CURDIR}/../coda
KMOD= coda5
-LNFILES= ${.CURDIR}/../coda/lkminit_vfs.c lkminit_vfs.c
-
SRCS= lkminit_vfs.c
SRCS+= coda_namecache.c coda_psdev.c coda_subr.c coda_venus.c
SRCS+= coda_vfsops.c coda_vnops.c
Home |
Main Index |
Thread Index |
Old Index