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
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
usr.sbin
/
pkg_install
/
lib
/
Makefile
blob
84a41b8d7f156c33b5918f7d535b4e523d98be14
1
# $FreeBSD$
2
3
LIB
=
install
4
INTERNALLIB
=
5
SRCS
=
file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
6
deps.c version.c pkgwrap.c url.c
7
8
WARNS?
=
3
9
WFORMAT?
=
1
10
11
.
include
<
bsd.lib.mk
>