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]
/
share
/
doc
/
papers
/
relengr
/
Makefile
blob
88ab5afcc2878597fc7f6005dbb56d27a1a5c2a6
1
# From: @(#)Makefile 1.6 (Berkeley) 6/8/93
2
# $FreeBSD$
3
4
VOLUME
=
papers
5
DOC
=
releng
6
SRCS
=
stubs
0
.t
1
.t
2
.t
3
.t
7
EXTRA
=
ref.bib
8
MACROS
= -
ms
9
USE_REFER
=
10
CLEANFILES
=
stubs
11
12
stubs
:
13
@
(
echo .R1
;
echo database
${
.CURDIR
}/
ref.bib
;
echo .R2
) > ${
.TARGET
}
14
15
.
include
<
bsd.doc.mk
>