Date: Tue, 30 Mar 2010 23:10:56 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r205940 - head/bin/pax Message-ID: <201003302310.o2UNAuNJ022940@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Tue Mar 30 23:10:56 2010 New Revision: 205940 URL: http://svn.freebsd.org/changeset/base/205940 Log: Remove unused files. Deleted: head/bin/pax/cpio.1 head/bin/pax/tar.1 Modified: head/bin/pax/Makefile Modified: head/bin/pax/Makefile ============================================================================== --- head/bin/pax/Makefile Tue Mar 30 22:31:30 2010 (r205939) +++ head/bin/pax/Makefile Tue Mar 30 23:10:56 2010 (r205940) @@ -29,8 +29,5 @@ 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 .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003302310.o2UNAuNJ022940>