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]
/
tools
/
regression
/
security
/
proc_to_proc
/
Makefile
blob
ad09f7a696f330d9b8c341561ed6ba9b0b831509
1
# $FreeBSD$
2
3
PROG
=
testuid
4
NO_MAN
=
5
6
ADDITIONAL_FLAGS
=-
DSETSUGID_SUPPORTED
7
#ADDITIONAL_FLAGS= -DSETSUGID_SUPPORTED_BUT_NO_LIBC_STUB
8
ADDITIONAL_FLAGS
+= -
DCHECK_CRED_SET
9
CFLAGS
+= ${
ADDITIONAL_FLAGS
}
10
SRCS
=
testuid.c scenario.c
11
12
.
include
<
bsd.prog.mk
>