aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/23.rpc/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-10-29 14:56:09 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-10-29 14:56:09 +0000
commitb382ba4fb114aa213e4f3599b9f15fd3f14f82fb (patch)
treea705353b040f762a1e29b454e0f34c5802e4a62a /share/doc/psd/23.rpc/Makefile
parent408b5dd1c3e07283ec7e55bad60d1fc0d3ff4290 (diff)
downloadsrc-b382ba4fb114aa213e4f3599b9f15fd3f14f82fb.tar.gz
src-b382ba4fb114aa213e4f3599b9f15fd3f14f82fb.zip
bsd.doc.mk changes:
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.
Notes
Notes: svn path=/head/; revision=106143
Diffstat (limited to 'share/doc/psd/23.rpc/Makefile')
-rw-r--r--share/doc/psd/23.rpc/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/share/doc/psd/23.rpc/Makefile b/share/doc/psd/23.rpc/Makefile
index 16247c89fff1..00e15d81f03b 100644
--- a/share/doc/psd/23.rpc/Makefile
+++ b/share/doc/psd/23.rpc/Makefile
@@ -1,11 +1,10 @@
# $FreeBSD$
-VOLUME= psd/23.rpc
-SRCS= rpc.prog.ms
-MACROS= -ms
-SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
-
-USE_TBL= yes
-USE_PIC= yes
+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>