Home | History | Annotate | Line # | Download | only in yp
Makefile.inc revision 1.10
      1  1.10      jtc #	$NetBSD: Makefile.inc,v 1.10 1996/05/14 13:36:49 jtc Exp $
      2   1.1  deraadt 
      3   1.4      cgd # yp sources
      4   1.5      cgd .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/yp ${.CURDIR}/yp
      5   1.1  deraadt 
      6  1.10      jtc SRCS+=	xdryp.c yplib.c yperr_string.c
      7   1.7      cgd MAN+=	ypclnt.3
      8   1.9  thorpej 
      9   1.9  thorpej MLINKS+=ypclnt.3 yp_all.3 ypclnt.3 yp_bind.3 ypclnt.3 yp_first.3 \
     10   1.9  thorpej 	ypclnt.3 yp_get_default_domain.3 ypclnt.3 yp_master.3 \
     11   1.9  thorpej 	ypclnt.3 yp_match.3 ypclnt.3 yp_next.3 ypclnt.3 yp_order.3 \
     12   1.9  thorpej 	ypclnt.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypclnt.3 ypprot_err.3
     13