diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-11 01:53:04 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-11 01:53:04 +0000 |
commit | f1ee396fc158bc937e1070a0573fb6e854b7fcaf (patch) | |
tree | 99cfc2586ac61bc5708b5864cbf7a441ae34039a /share/doc/psd/23.rpc/Makefile | |
parent | 1f1323291ea5c94ad1d6287ef9b0f703221b656d (diff) | |
download | FreeBSD-src-f1ee396fc158bc937e1070a0573fb6e854b7fcaf.zip FreeBSD-src-f1ee396fc158bc937e1070a0573fb6e854b7fcaf.tar.gz |
Make these documents build if possible.
Diffstat (limited to 'share/doc/psd/23.rpc/Makefile')
-rw-r--r-- | share/doc/psd/23.rpc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/doc/psd/23.rpc/Makefile b/share/doc/psd/23.rpc/Makefile new file mode 100644 index 0000000..78a0bce --- /dev/null +++ b/share/doc/psd/23.rpc/Makefile @@ -0,0 +1,11 @@ +# $Id$ + +VOLUME= psd/23.rpc +SRCS= rpc.prog.ms +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc + +USE_TBL= yes +USE_PIC= yes + +.include <bsd.doc.mk> |