diff options
| author | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:50:06 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:50:06 +0000 |
| commit | 870039320ffbf6d3defd48faa288bb650ca2a1cb (patch) | |
| tree | edfa5ba030406429c7a12970ea64bcf2ea32a909 /lib/libc/xdr | |
| parent | 85351f7d5aac0bff601c4dc0a6aa7f035685a306 (diff) | |
Notes
Diffstat (limited to 'lib/libc/xdr')
| -rw-r--r-- | lib/libc/xdr/Makefile.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/xdr/Makefile.inc b/lib/libc/xdr/Makefile.inc index c22b62c7cbdd..26ed955b7e53 100644 --- a/lib/libc/xdr/Makefile.inc +++ b/lib/libc/xdr/Makefile.inc @@ -1,9 +1,12 @@ -# @(#)Makefile 5.11 (Berkeley) 9/6/90 +# from @(#)Makefile 5.11 (Berkeley) 9/6/90 +# $Id$ -.PATH: ${.CURDIR}/xdr ${.CURDIR}/. +.PATH: ${.CURDIR}/../libc/xdr ${.CURDIR}/. SRCS+= xdr.c xdr_array.c xdr_float.c xdr_mem.c \ xdr_rec.c xdr_reference.c xdr_stdio.c +# Only build man pages with libc. +.if ${LIB} == "c" MAN3+= xdr/xdr.3 MLINKS+= xdr.3 xdr_array.3 \ @@ -38,3 +41,4 @@ MLINKS+= xdr.3 xdr_array.3 \ xdr.3 xdr_vector.3 \ xdr.3 xdr_void.3 \ xdr.3 xdr_wrapstring.3 +.endif |
