Enable libarchive-based unzip frontend.
This commit is contained in:
parent
21268b3994
commit
0add6502d8
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.824 2009/08/23 09:05:44 mrg Exp $
|
||||
# $NetBSD: mi,v 1.825 2009/09/03 01:17:29 joerg Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
@ -978,6 +978,7 @@
|
||||
./usr/bin/uniq base-util-bin
|
||||
./usr/bin/units base-util-bin
|
||||
./usr/bin/unvis base-util-bin
|
||||
./usr/bin/unzip base-util-bin
|
||||
./usr/bin/uptime base-util-bin
|
||||
./usr/bin/usbhidaction base-util-bin
|
||||
./usr/bin/usbhidctl base-util-bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.1294 2009/08/20 22:07:49 he Exp $
|
||||
# $NetBSD: mi,v 1.1295 2009/09/03 01:17:29 joerg Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -3111,6 +3111,7 @@
|
||||
./usr/libdata/debug/usr/bin/units.debug comp-util-debug debug
|
||||
./usr/libdata/debug/usr/bin/unprotoize.debug comp-c-debug gcccmds,debug
|
||||
./usr/libdata/debug/usr/bin/unvis.debug comp-util-debug debug
|
||||
./usr/libdata/debug/usr/bin/unzip.debug comp-util-debug debug
|
||||
./usr/libdata/debug/usr/bin/usbhidaction.debug comp-util-debug debug
|
||||
./usr/libdata/debug/usr/bin/usbhidctl.debug comp-util-debug debug
|
||||
./usr/libdata/debug/usr/bin/users.debug comp-util-debug debug
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.1153 2009/08/14 21:17:21 mbalmer Exp $
|
||||
# $NetBSD: mi,v 1.1154 2009/09/03 01:17:30 joerg Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -507,6 +507,7 @@
|
||||
./usr/share/man/cat1/uniq.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/units.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/unvis.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/unzip.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/uptime.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/usbhidaction.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/usbhidctl.0 man-util-catman .cat
|
||||
@ -3176,6 +3177,7 @@
|
||||
./usr/share/man/html1/uniq.html man-util-htmlman html
|
||||
./usr/share/man/html1/units.html man-util-htmlman html
|
||||
./usr/share/man/html1/unvis.html man-util-htmlman html
|
||||
./usr/share/man/html1/unzip.html man-util-htmlman html
|
||||
./usr/share/man/html1/uptime.html man-util-htmlman html
|
||||
./usr/share/man/html1/usbhidaction.html man-util-htmlman html
|
||||
./usr/share/man/html1/usbhidctl.html man-util-htmlman html
|
||||
@ -5507,6 +5509,7 @@
|
||||
./usr/share/man/man1/uniq.1 man-util-man .man
|
||||
./usr/share/man/man1/units.1 man-util-man .man
|
||||
./usr/share/man/man1/unvis.1 man-util-man .man
|
||||
./usr/share/man/man1/unzip.1 man-util-man .man
|
||||
./usr/share/man/man1/uptime.1 man-util-man .man
|
||||
./usr/share/man/man1/usbhidaction.1 man-util-man .man
|
||||
./usr/share/man/man1/usbhidctl.1 man-util-man .man
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.178 2009/08/15 16:21:04 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.179 2009/09/03 01:17:29 joerg Exp $
|
||||
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
||||
|
||||
.include <bsd.own.mk>
|
||||
@ -25,7 +25,7 @@ SUBDIR= apply apropos asa at audio awk \
|
||||
showmount shuffle sockstat soelim sort spell split stat su systat \
|
||||
tabs tail talk tcopy tee telnet tftp time tip tn3270 touch tput \
|
||||
tr true tset tsort tty ul uname unexpand unifdef \
|
||||
uniq units unvis usbhidaction usbhidctl users utoppya \
|
||||
uniq units unvis unzip usbhidaction usbhidctl users utoppya \
|
||||
uudecode uuencode uuidgen vacation vgrind vis vmstat vndcompress w \
|
||||
wall wc what whatis whereis who whois window \
|
||||
write xargs xinstall xlint xstr yacc yes
|
||||
|
Loading…
Reference in New Issue
Block a user