diff options
Diffstat (limited to 'share/doc/psd')
-rw-r--r-- | share/doc/psd/01.cacm/Makefile | 14 | ||||
-rw-r--r-- | share/doc/psd/02.implement/Makefile | 16 | ||||
-rw-r--r-- | share/doc/psd/12.make/Makefile | 2 | ||||
-rw-r--r-- | share/doc/psd/15.yacc/Makefile | 12 | ||||
-rw-r--r-- | share/doc/psd/22.rpcgen/Makefile | 11 | ||||
-rw-r--r-- | share/doc/psd/23.rpc/Makefile | 13 | ||||
-rw-r--r-- | share/doc/psd/24.xdr/Makefile | 11 | ||||
-rw-r--r-- | share/doc/psd/25.xdrrfc/Makefile | 11 | ||||
-rw-r--r-- | share/doc/psd/26.rpcrfc/Makefile | 11 | ||||
-rw-r--r-- | share/doc/psd/27.nfsrpc/Makefile | 11 |
10 files changed, 53 insertions, 59 deletions
diff --git a/share/doc/psd/01.cacm/Makefile b/share/doc/psd/01.cacm/Makefile index 8471899ac35b..8dd5e4143615 100644 --- a/share/doc/psd/01.cacm/Makefile +++ b/share/doc/psd/01.cacm/Makefile @@ -1,12 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ -VOLUME= psd/01.cacm -SRCS= p.mac p1 p2 p3 p4 p5 p6 -EXTRA= ref.bib -MACROS= -ms - -USE_REFER= yes -USE_TBL= yes +VOLUME= psd/01.cacm +SRCS= p.mac p1 p2 p3 p4 p5 p6 +EXTRA= ref.bib +MACROS= -ms +USE_REFER= YES +USE_TBL= YES +CD_HACK= ${.CURDIR} .include <bsd.doc.mk> diff --git a/share/doc/psd/02.implement/Makefile b/share/doc/psd/02.implement/Makefile index e9baddf2d7d9..67e415f2c262 100644 --- a/share/doc/psd/02.implement/Makefile +++ b/share/doc/psd/02.implement/Makefile @@ -1,13 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ -VOLUME= psd/02.implement -SRCS= implement -EXTRA= ref.bib -MACROS= -ms - -USE_PIC= yes -USE_REFER= yes -USE_SOELIM= yes +VOLUME= psd/02.implement +SRCS= implement +EXTRA= ref.bib +MACROS= -ms +USE_PIC= YES +USE_REFER= YES +USE_SOELIM= YES +CD_HACK= ${.CURDIR} .include <bsd.doc.mk> diff --git a/share/doc/psd/12.make/Makefile b/share/doc/psd/12.make/Makefile index b266f9b6f959..fdc38a78aecf 100644 --- a/share/doc/psd/12.make/Makefile +++ b/share/doc/psd/12.make/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ VOLUME= psd/12.make -SRCS= tutorial.ms +SRCS= stubs tutorial.ms MACROS= -ms SRCDIR= ${.CURDIR}/../../../../usr.bin/make/PSD.doc diff --git a/share/doc/psd/15.yacc/Makefile b/share/doc/psd/15.yacc/Makefile index 293ead5bfa0a..9dc4a1d31d92 100644 --- a/share/doc/psd/15.yacc/Makefile +++ b/share/doc/psd/15.yacc/Makefile @@ -1,11 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 8/14/93 # $FreeBSD$ -VOLUME= psd/15.yacc -SRCS= ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd -EXTRA= ref.bib -MACROS= -ms - -USE_REFER= yes +VOLUME= psd/15.yacc +SRCS= ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd +EXTRA= ref.bib +MACROS= -ms +USE_REFER= YES +CD_HACK= ${.CURDIR} .include <bsd.doc.mk> diff --git a/share/doc/psd/22.rpcgen/Makefile b/share/doc/psd/22.rpcgen/Makefile index d3832282c88b..4d14019317ef 100644 --- a/share/doc/psd/22.rpcgen/Makefile +++ b/share/doc/psd/22.rpcgen/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -VOLUME= psd/22.rpcgen -SRCS= rpcgen.ms -MACROS= -ms -SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc - -USE_TBL= yes +VOLUME= psd/22.rpcgen +SRCS= stubs rpcgen.ms +MACROS= -ms +USE_TBL= YES +SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc .include <bsd.doc.mk> 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> diff --git a/share/doc/psd/24.xdr/Makefile b/share/doc/psd/24.xdr/Makefile index 8e4f2182b2ff..23381523d9bf 100644 --- a/share/doc/psd/24.xdr/Makefile +++ b/share/doc/psd/24.xdr/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -VOLUME= psd/24.xdr -SRCS= xdr.nts.ms -MACROS= -ms -SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc - -USE_EQN= yes +VOLUME= psd/24.xdr +SRCS= stubs xdr.nts.ms +MACROS= -ms +USE_EQN= YES +SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc .include <bsd.doc.mk> diff --git a/share/doc/psd/25.xdrrfc/Makefile b/share/doc/psd/25.xdrrfc/Makefile index b2281b29243b..07e5ec11d8a2 100644 --- a/share/doc/psd/25.xdrrfc/Makefile +++ b/share/doc/psd/25.xdrrfc/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -VOLUME= psd/25.xdrrfc -SRCS= xdr.rfc.ms -MACROS= -ms -SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc - -USE_TBL= yes +VOLUME= psd/25.xdrrfc +SRCS= stubs xdr.rfc.ms +MACROS= -ms +USE_TBL= YES +SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc .include <bsd.doc.mk> diff --git a/share/doc/psd/26.rpcrfc/Makefile b/share/doc/psd/26.rpcrfc/Makefile index b61fb9f330fb..233aa999d6fd 100644 --- a/share/doc/psd/26.rpcrfc/Makefile +++ b/share/doc/psd/26.rpcrfc/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -VOLUME= psd/26.rpcrfc -SRCS= rpc.rfc.ms -MACROS= -ms -SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc - -USE_TBL= yes +VOLUME= psd/26.rpcrfc +SRCS= stubs rpc.rfc.ms +MACROS= -ms +USE_TBL= YES +SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc .include <bsd.doc.mk> diff --git a/share/doc/psd/27.nfsrpc/Makefile b/share/doc/psd/27.nfsrpc/Makefile index e01f6af45300..3eaa6e8265e0 100644 --- a/share/doc/psd/27.nfsrpc/Makefile +++ b/share/doc/psd/27.nfsrpc/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -VOLUME= psd/27.nfsrfc -SRCS= nfs.rfc.ms -MACROS= -ms -SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc - -USE_TBL= yes +VOLUME= psd/27.nfsrfc +SRCS= stubs nfs.rfc.ms +MACROS= -ms +USE_TBL= YES +SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc .include <bsd.doc.mk> |