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>
This commit is contained in:
Bill Paul 1996-12-29 16:32:21 +00:00
parent 16d8d41154
commit 1e6c86d048
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21025

View File

@ -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}