summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-12-29 16:32:21 +0000
committerwpaul <wpaul@FreeBSD.org>1996-12-29 16:32:21 +0000
commit8e863e8e743f1964faa8b04b7b3791b608e9983e (patch)
treef0c9652d3e620389c7ab9e36239fb492a14c40d0 /lib/libc_r
parent6e32f49a7dd868d8100f949e0ce14a993049ac6c (diff)
downloadFreeBSD-src-8e863e8e743f1964faa8b04b7b3791b608e9983e.zip
FreeBSD-src-8e863e8e743f1964faa8b04b7b3791b608e9983e.tar.gz
Unspam this file: replace spaces with tabs so make doesn't barf. (I smell
a cut & paste-o.) Noticed by: Ron Bolin <rlb@mindspring.com>
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/yp/Makefile.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc_r/yp/Makefile.inc b/lib/libc_r/yp/Makefile.inc
index 2f6a9c1..cd00c84 100644
--- a/lib/libc_r/yp/Makefile.inc
+++ b/lib/libc_r/yp/Makefile.inc
@@ -1,17 +1,17 @@
# from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91
-# $Id: Makefile.inc,v 1.1 1996/01/22 00:23:58 julian Exp $
+# $Id: Makefile.inc,v 1.2 1996/12/29 03:04:08 alex Exp $
# yp sources
.PATH: ${.CURDIR}/../libc/yp
-SRCS+= xdryp.c yp_xdr.c yplib.c
-CLEANFILES+= yp_xdr.c yp.h
+SRCS+= xdryp.c yp_xdr.c yplib.c
+CLEANFILES+= yp_xdr.c yp.h
RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/yp.x
RPCGEN= rpcgen
yp_xdr.c: ${RPCSRC} yp.h
- ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
+ ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
yp.h: ${RPCSRC}
- ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
+ ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
OpenPOWER on IntegriCloud