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
/
psd
/
01.cacm
/
Makefile
blob
14a2f703e5b94f716993c9501e30287ebdcbb9af
1
# @(#)Makefile 8.1 (Berkeley) 6/8/93
2
# $FreeBSD$
3
4
VOLUME
=
psd
/
01
.cacm
5
SRCS
=
stubs p.mac p1 p2 p3 p4 p5 p6
6
EXTRA
=
ref.bib
7
MACROS
= -
ms
8
USE_REFER
=
9
USE_TBL
=
10
CLEANFILES
=
stubs
11
12
stubs
:
13
@
(
echo .R1
;
echo database
${
.CURDIR
}/
ref.bib
;
\
14
echo accumulate
;
echo .R2
) > ${
.TARGET
}
15
16
.
include
<
bsd.doc.mk
>