diff options
Diffstat (limited to 'share/doc/psd/27.nfsrpc/Makefile')
-rw-r--r-- | share/doc/psd/27.nfsrpc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
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> |