diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-07-05 05:17:33 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-07-05 05:17:33 +0000 |
| commit | ba779d5afd1e95df17f59bb81383bd1d44121cc5 (patch) | |
| tree | 562deb85a0e6411458fd3e72942392fcaea17632 /usr.bin | |
| parent | 0d35b0da0c558d4e60165c1f04b0eae9906926c6 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/cpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index de89645202d6..b33cb20a45e1 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -3,7 +3,7 @@ .include <bsd.own.mk> PROG= bsdcpio -BSDCPIO_VERSION_STRING=0.9.11b +BSDCPIO_VERSION_STRING=1.0.0 SRCS= cpio.c cmdline.c err.c matching.c pathmatch.c WARNS?= 6 DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2} |
