Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Build ffsv1 and ffsv2



details:   https://anonhg.NetBSD.org/src/rev/723435d993e2
branches:  trunk
changeset: 545589:723435d993e2
user:      dsl <dsl%NetBSD.org@localhost>
date:      Fri Apr 11 11:31:44 2003 +0000

description:
Build ffsv1 and ffsv2

diffstat:

 sys/lib/libsa/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r eac3d9756819 -r 723435d993e2 sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile    Fri Apr 11 11:30:12 2003 +0000
+++ b/sys/lib/libsa/Makefile    Fri Apr 11 11:31:44 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.53 2003/03/12 16:46:31 drochner Exp $
+#      $NetBSD: Makefile,v 1.54 2003/04/11 11:31:44 dsl Exp $
 
 LIB=   sa
 NOPIC= # defined
@@ -34,6 +34,7 @@
 SRCS+= loadfile.c loadfile_aout.c loadfile_ecoff.c loadfile_elf32.c \
        loadfile_elf64.c
 .endif
+
 .if (${SA_INCLUDE_NET} == "yes")
 # network routines
 SRCS+= arp.c ether.c ether_sprintf.c in_cksum.c net.c netif.c rpc.c udp.c
@@ -44,7 +45,10 @@
 # boot filesystems
 SRCS+= nfs.c tftp.c
 .endif
-SRCS+= lfsv1.c lfsv2.c ufs.c ufs_ls.c cd9660.c ustarfs.c dosfs.c
+
+SRCS+= lfsv1.c lfsv2.c ffsv1.c ffsv2.c ufs_ls.c cd9660.c ustarfs.c dosfs.c
+# for historic comparibility ufs == ffsv1
+SRCS+= ufs.c
 
 # only needed during build
 libinstall::



Home | Main Index | Thread Index | Old Index