aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio/Makefile
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-12-06 07:30:40 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-12-06 07:30:40 +0000
commit4b058a88d83144dccb6302432c57f3ac9ddef79b (patch)
tree8dd93d95f99e6de2862b68d8331d5d51e643ddcc /usr.bin/cpio/Makefile
parent5eca8160b554a0ee6d66be187fcaa2c46ccad633 (diff)
downloadsrc-4b058a88d83144dccb6302432c57f3ac9ddef79b.tar.gz
src-4b058a88d83144dccb6302432c57f3ac9ddef79b.zip
Custom command line parser for cpio; this is a little more
code but should be a lot fewer cross-platform compatibility headaches.
Notes
Notes: svn path=/head/; revision=185685
Diffstat (limited to 'usr.bin/cpio/Makefile')
-rw-r--r--usr.bin/cpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile
index b33cb20a45e1..59763ffc7c74 100644
--- a/usr.bin/cpio/Makefile
+++ b/usr.bin/cpio/Makefile
@@ -3,7 +3,7 @@
.include <bsd.own.mk>
PROG= bsdcpio
-BSDCPIO_VERSION_STRING=1.0.0
+BSDCPIO_VERSION_STRING=1.1.0
SRCS= cpio.c cmdline.c err.c matching.c pathmatch.c
WARNS?= 6
DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}