repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
usr.bin
/
m4
/
PSD.doc
/
Makefile
blob
ab5ec3bf6710df82607f5803224eda6ffbb028e1
1
# $NetBSD: Makefile,v 1.3 2003/07/10 10:34:44 lukem Exp $
2
#
3
# @(#)Makefile 8.1 (Berkeley) 6/8/93
4
5
DIR
=
psd
/
17
.m4
6
SRCS
=
m4.ms
7
MACROS
= -
msU
8
9
paper.ps
: ${
SRCS
}
10
${
TOOL_ROFF_PS
} ${
SRCS
} > ${
.TARGET
}
11
12
.
include
<
bsd.doc.mk
>