diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
| commit | 2bc3b4d735463264a45316eebe355c350cb92a0c (patch) | |
| tree | 48af6666877557ec551cbe874c4e7ecdfcfc0356 /lib/libc/xdr | |
| parent | 65068df9af9d595e211ce5699513b205289fd671 (diff) | |
Notes
Diffstat (limited to 'lib/libc/xdr')
| -rw-r--r-- | lib/libc/xdr/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/xdr/Makefile.inc b/lib/libc/xdr/Makefile.inc index a60acf40ec6f6..848d4a5b4208c 100644 --- a/lib/libc/xdr/Makefile.inc +++ b/lib/libc/xdr/Makefile.inc @@ -1,13 +1,12 @@ # @(#)Makefile 5.11 (Berkeley) 9/6/90 -# $Id$ +# $Id: Makefile.inc,v 1.8 1997/05/28 16:29:12 wpaul Exp $ .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 xdr_sizeof.c -# Only build man pages with libc. .if ${LIB} == "c" -MAN3+= xdr/xdr.3 +MAN3+= xdr.3 MLINKS+= xdr.3 xdr_array.3 \ xdr.3 xdr_bool.3 \ |
