Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/ufs Use += for SRCS list



details:   https://anonhg.NetBSD.org/src/rev/cb01844da8e3
branches:  trunk
changeset: 359503:cb01844da8e3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jan 08 02:00:49 2022 +0000

description:
Use += for SRCS list

diffstat:

 sys/modules/ufs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31e882e2acee -r cb01844da8e3 sys/modules/ufs/Makefile
--- a/sys/modules/ufs/Makefile  Sat Jan 08 01:58:16 2022 +0000
+++ b/sys/modules/ufs/Makefile  Sat Jan 08 02:00:49 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2022/01/06 20:41:30 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.7 2022/01/08 02:00:49 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -11,7 +11,7 @@
 CWARNFLAGS.clang=      -Wno-conversion
 
 .PATH: ${S}/ufs/ufs
-SRCS=  ufs_acl.c ufs_bmap.c ufs_dirhash.c ufs_extattr.c ufs_inode.c \
+SRCS+= ufs_acl.c ufs_bmap.c ufs_dirhash.c ufs_extattr.c ufs_inode.c \
        ufs_lookup.c ufs_quota.c ufs_quota1.c ufs_quota2.c ufs_rename.c \
        ufs_vfsops.c ufs_vnops.c quota1_subr.c quota2_subr.c
 



Home | Main Index | Thread Index | Old Index