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