Importing usr.bin/unzip

No Minix-specific changes needed.

Change-Id: Ib0b2bf2254acf3d8704bd6acda83af997240ebcf
This commit is contained in:
Thomas Cort
2013-10-14 23:53:26 -04:00
parent 1e69cb63f4
commit 40b23ce476
6 changed files with 1278 additions and 1 deletions

10
usr.bin/unzip/Makefile Normal file
View File

@@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.2 2011/08/18 11:29:27 christos Exp $
PROG= unzip
DPADD+= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
LDADD+= -larchive -lz -lbz2
COPTS.unzip.c += -Wno-format-y2k
.include <bsd.prog.mk>