Fixed `make -jN' for large N, as usual.
This commit is contained in:
parent
2778c27717
commit
9fa4e2234d
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user