b382ba4fb1
Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
11 lines
173 B
Makefile
11 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
VOLUME= psd/23.rpc
|
|
SRCS= stubs rpc.prog.ms
|
|
MACROS= -ms
|
|
USE_TBL= YES
|
|
USE_PIC= YES
|
|
SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
|
|
|
|
.include <bsd.doc.mk>
|