1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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

This commit is contained in:
Bruce Evans 1998-03-06 14:40:42 +00:00
parent f6a23c4c2c
commit 2f8bfc23cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34131

View File

@ -1,7 +1,7 @@
# $Id: Makefile,v 1.2 1997/05/29 13:59:22 wpaul Exp $
# $Id: Makefile,v 1.3 1997/12/16 17:43:33 bde Exp $
PROG= rpc.ypupdated
SRCS= ypupdate_prot_svc.c ypupdated_main.c \
SRCS= ypupdate_prot_svc.c ypupdate_prot.h ypupdated_main.c \
yp_error.c update.c ypupdated_server.c \
yp_dblookup.c yp_dbwrite.c yp_dbdelete.c yp_dbupdate.c