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
/
newkey
/
Makefile
blob
b3b5b51d8c9fe5cd1474a79409cb6729ba3d519a
1
# $FreeBSD$
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
newkey
6
SRCS
=
newkey.c generic.c update.c
7
.if
${
MK_NIS
} !=
"no"
8
CFLAGS
+= -
DYP
9
.
endif
10
MAN
=
newkey
.8
11
DPADD
= ${
LIBRPCSVC
} ${
LIBMP
} ${
LIBCRYPTO
}
12
LDADD
= -
lrpcsvc
-
lmp
-
lcrypto
13
14
.
include
<
bsd.prog.mk
>