repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
games
/
rogue
/
USD.doc
/
Makefile
blob
9d990631df6d8b0b81dd54b3d9c101c8a55e38d7
1
# $NetBSD: Makefile,v 1.3 2003/01/05 12:34:26 pooka Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/8/93
3
4
DIR
=
usd
/
30
.rogue
5
SRCS
=
rogue.me
6
MACROS
= -
me
7
8
paper.
${
PRINTER
}: ${
SRCS
}
9
${
TOOL_TBL
} ${
SRCS
}
|
${
TOOL_ROFF_PS
} ${
MACROS
} > ${
.TARGET
}
10
11
.
include
<
bsd.doc.mk
>