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.sbin
/
pkg_install
/
delete
/
Makefile
blob
c346ea705d7968cb7d880e73ce44ab82248dea70
1
# $FreeBSD$
2
3
PROG
=
pkg_delete
4
SRCS
=
main.c perform.c
5
6
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
lib
7
8
WARNS?
=
6
9
WFORMAT?
=
1
10
11
DPADD
= ${
LIBINSTALL
} ${
LIBMD
}
12
LDADD
= ${
LIBINSTALL
} -
lmd
13
14
.
include
<
bsd.prog.mk
>