Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/xcvs/bin/xcvs add acl.c
details: https://anonhg.NetBSD.org/src/rev/a61d0861c137
branches: trunk
changeset: 777914:a61d0861c137
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 09 00:14:16 2012 +0000
description:
add acl.c
diffstat:
external/gpl2/xcvs/bin/xcvs/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 9717a8343906 -r a61d0861c137 external/gpl2/xcvs/bin/xcvs/Makefile
--- a/external/gpl2/xcvs/bin/xcvs/Makefile Fri Mar 09 00:12:10 2012 +0000
+++ b/external/gpl2/xcvs/bin/xcvs/Makefile Fri Mar 09 00:14:16 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2011/06/04 02:08:50 tsutsui Exp $
+# $NetBSD: Makefile,v 1.4 2012/03/09 00:14:16 christos Exp $
.include "${.CURDIR}/../../Makefile.inc"
-
PROG= xcvs
# So that cleandir works on case-insensitive file systems.
@@ -11,8 +10,8 @@
.PATH: ${DIST} ${IDIST}/doc ${IDIST}/man
MAN= cvs.1 cvs.5
-SRCS= add.c admin.c annotate.c buffer.c checkin.c checkout.c classify.c \
- client.c commit.c create_adm.c cvsrc.c diff.c edit.c \
+SRCS= acl.c add.c admin.c annotate.c buffer.c checkin.c checkout.c \
+ classify.c client.c commit.c create_adm.c cvsrc.c diff.c edit.c \
entries.c error.c exithandle.c expand_path.c fileattr.c filesubr.c \
find_names.c hardlink.c hash.c history.c ignore.c import.c \
lock.c log.c log-buffer.c login.c logmsg.c ls.c main.c mkmodules.c \
Home |
Main Index |
Thread Index |
Old Index