- build ext2fs.c

- put SRCS per each file system.
This commit is contained in:
tsutsui 2007-12-01 18:11:02 +00:00
parent 13ca221015
commit d8fc666005
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.59 2006/05/12 03:29:11 mrg Exp $
# $NetBSD: Makefile,v 1.60 2007/12/01 18:11:02 tsutsui Exp $
LIB= sa
NOPIC= # defined
@ -46,7 +46,12 @@ SRCS+= bootp.c rarp.c bootparam.c
SRCS+= nfs.c tftp.c
.endif
SRCS+= lfsv1.c lfsv2.c ffsv1.c ffsv2.c ufs_ls.c cd9660.c ustarfs.c dosfs.c
SRCS+= ffsv1.c ffsv2.c
SRCS+= lfsv1.c lfsv2.c ufs_ls.c
SRCS+= cd9660.c
SRCS+= ustarfs.c
SRCS+= dosfs.c
SRCS+= ext2fs.c
# for historic comparibility ufs == ffsv1
SRCS+= ufs.c