Fixed `make -jN' for large N, as usual.

This commit is contained in:
Bruce Evans 1998-03-06 14:34:47 +00:00
parent 99c91e5acc
commit f6a23c4c2c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34130
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $Id: Makefile,v 1.4 1997/02/22 16:12:49 peter Exp $
# $Id: Makefile,v 1.5 1997/05/23 08:42:57 asami Exp $
PROG = rpc.lockd
SRCS = nlm_prot_svc.c lockd.c procs.c
SRCS = nlm_prot_svc.c nlm_prot.h lockd.c procs.c
MAN8 = rpc.lockd.8
DPADD= ${LIBRPCSVC}

View File

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