tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
add paper.txt target;
jmc
22 years ago
4ce50d13
fb9da170
+5
-1
1 changed file
expand all
collapse all
unified
split
usr.bin
gprof
PSD.doc
Makefile
+5
-1
usr.bin/gprof/PSD.doc/Makefile
reviewed
···
1
1
-
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:06 deraadt Exp $
1
1
+
# $OpenBSD: Makefile,v 1.3 2004/02/01 14:46:26 jmc Exp $
2
2
# $NetBSD: Makefile,v 1.3 1995/04/19 07:16:35 cgd Exp $
3
3
4
4
DIR= psd/18.gprof
···
10
10
11
11
paper.ps: ${SRCS} ${DPADD}
12
12
${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}
13
13
+
14
14
+
paper.txt: ${SRCS} ${DPADD}
15
15
+
${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} -Tascii | \
16
16
+
${ROFF} -Tascii > ${.TARGET}
13
17
14
18
.include <bsd.doc.mk>