Module Name: src
Committed By: christos
Date: Fri Mar 9 00:14:16 UTC 2012
Modified Files:
src/external/gpl2/xcvs/bin/xcvs: Makefile
Log Message:
add acl.c
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/bin/xcvs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/bin/xcvs/Makefile
diff -u src/external/gpl2/xcvs/bin/xcvs/Makefile:1.3 src/external/gpl2/xcvs/bin/xcvs/Makefile:1.4
--- src/external/gpl2/xcvs/bin/xcvs/Makefile:1.3 Fri Jun 3 22:08:50 2011
+++ src/external/gpl2/xcvs/bin/xcvs/Makefile Thu Mar 8 19:14:16 2012
@@ -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 @@ DIST= ${IDIST}/src
.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 \