mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Fixed `make -jN' for large N, as usual.
This commit is contained in:
parent
99c91e5acc
commit
f6a23c4c2c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34130
@ -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