Fri Mar 9 00:14:16 2012 UTC ()
add acl.c


(christos)
diff -r1.3 -r1.4 src/external/gpl2/xcvs/bin/xcvs/Makefile

cvs diff -r1.3 -r1.4 src/external/gpl2/xcvs/bin/xcvs/Makefile (expand / switch to context diff)
--- src/external/gpl2/xcvs/bin/xcvs/Makefile 2011/06/04 02:08:50 1.3
+++ src/external/gpl2/xcvs/bin/xcvs/Makefile 2012/03/09 00:14:16 1.4
@@ -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 \