repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git]
/
usr.bin
/
unzip
/
Makefile
blob
cc31dea8f83584817ae0f5d623f79d7c2e99c69d
1
# $FreeBSD$
2
3
PROG
=
unzip
4
WARNS ?
=
6
5
CSTD
=
c99
6
DPADD
= ${
LIBARCHIVE
}
7
LDADD
= -
larchive
8
9
.
include
<
bsd.prog.mk
>