svn commit: r205940 - head/bin/pax

Xin LI delphij at FreeBSD.org
Tue Mar 30 23:10:56 UTC 2010


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>


More information about the svn-src-head mailing list