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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
bin
/
csh
/
USD.doc
/
Makefile
blob
452cd4d137dbae06f4beba5a39d82232ba9b61ca
1
# $NetBSD: Makefile,v 1.6 2003/07/10 10:34:00 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 8/14/93
3
4
DIR
=
usd
/
04
.csh
5
SRCS
=
tabs csh
.1
csh
.2
csh
.3
csh
.4
csh.ap csh.g
6
MACROS
= -
ms
7
8
paper.ps
: ${
SRCS
}
9
${
TOOL_SOELIM
} -
I
${
.CURDIR
} ${
.ALLSRC
}
| \
10
${
TOOL_ROFF_PS
} ${
MACROS
} > ${
.TARGET
}
11
12
.
include
<
bsd.doc.mk
>