diff options
Diffstat (limited to 'share/doc/psd/23.rpc/Makefile')
-rw-r--r-- | share/doc/psd/23.rpc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/doc/psd/23.rpc/Makefile b/share/doc/psd/23.rpc/Makefile new file mode 100644 index 000000000000..77849b657aa9 --- /dev/null +++ b/share/doc/psd/23.rpc/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +VOLUME= psd/23.rpc +SRCS= stubs rpc.prog.ms +MACROS= -ms +USE_TBL= +USE_PIC= +SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc + +.include <bsd.doc.mk> |