From b0864038a97755ad3a45288237a739dde887bd60 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 6 Mar 1998 14:34:47 +0000 Subject: Fixed `make -jN' for large N, as usual. --- usr.sbin/rpc.ypxfrd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rpc.ypxfrd') diff --git a/usr.sbin/rpc.ypxfrd/Makefile b/usr.sbin/rpc.ypxfrd/Makefile index 9b81dec..44195b5 100644 --- a/usr.sbin/rpc.ypxfrd/Makefile +++ b/usr.sbin/rpc.ypxfrd/Makefile @@ -1,7 +1,7 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 16:13:00 peter Exp $ PROG= rpc.ypxfrd -SRCS= ypxfrd_svc.c ypxfrd_server.c yp_error.c \ +SRCS= ypxfrd_svc.c ypxfrd.h ypxfrd_server.c yp_error.c \ yp_access.c ypxfrd_main.c RPCDIR= ${.CURDIR}/../../include/rpcsvc -- cgit v1.1