svn commit: r209021 - stable/6/bin/pax
Xin LI
delphij at FreeBSD.org
Thu Jun 10 22:47:04 UTC 2010
Author: delphij
Date: Thu Jun 10 22:47:04 2010
New Revision: 209021
URL: http://svn.freebsd.org/changeset/base/209021
Log:
MFC r205940:
Remove unused files.
PR: bin/38256
Deleted:
stable/6/bin/pax/cpio.1
stable/6/bin/pax/tar.1
Modified:
stable/6/bin/pax/Makefile
Directory Properties:
stable/6/bin/pax/ (props changed)
Modified: stable/6/bin/pax/Makefile
==============================================================================
--- stable/6/bin/pax/Makefile Thu Jun 10 22:46:12 2010 (r209020)
+++ stable/6/bin/pax/Makefile Thu Jun 10 22:47:04 2010 (r209021)
@@ -29,9 +29,6 @@ PROG= pax
SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
tables.c tar.c tty_subs.c
-#XXX NOTYET
-#MAN= pax.1 tar.1 cpio.1
-#LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
More information about the svn-src-stable
mailing list