Importing usr.bin/unzip
No Minix-specific changes needed. Change-Id: Ib0b2bf2254acf3d8704bd6acda83af997240ebcf
This commit is contained in:
10
usr.bin/unzip/Makefile
Normal file
10
usr.bin/unzip/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user