repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
unzip
/
Makefile
blob
8fc742046a7adc941ce80a93728413ca47d49c44
1
# $NetBSD: Makefile,v 1.2 2011/08/18 11:29:27 christos Exp $
2
3
PROG
=
unzip
4
5
DPADD
+= ${
LIBARCHIVE
} ${
LIBZ
} ${
LIBBZ2
}
6
LDADD
+= -
larchive
-
lz
-
lbz2
7
8
COPTS.unzip.c
+= -
Wno-format-y2k
9
10
.
include
<
bsd.prog.mk
>