diff options
Diffstat (limited to 'gnu/usr.sbin/ypserv/Makefile')
| -rw-r--r-- | gnu/usr.sbin/ypserv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/ypserv/Makefile b/gnu/usr.sbin/ypserv/Makefile index 1d064a724730..3138c17de2b0 100644 --- a/gnu/usr.sbin/ypserv/Makefile +++ b/gnu/usr.sbin/ypserv/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.5 1995/02/04 21:31:58 wpaul Exp $ +# $Id: Makefile,v 1.6 1995/02/15 04:33:52 wpaul Exp $ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 PROG= ypserv -SRCS= dnslookup.c yp_svc.c yp_xdr.c server.c +SRCS= dnslookup.c svc_run.c yp_svc.c yp_xdr.c server.c CFLAGS+=-Wall -DTCP_WRAPPER=0 -DTCPW_FACILITY=LOG_AUTH -CFLAGS+=-DINSTDIR='"/usr/libexec"' +CFLAGS+=-DMAX_CHILDREN=20 -DINSTDIR='"/usr/libexec"' MAN8= ypserv.8 |
