Home | History | Annotate | Line # | Download | only in yp
Makefile.inc revision 1.13
      1  1.13      jtc #	$NetBSD: Makefile.inc,v 1.13 1996/05/18 18:43:26 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.13      jtc SRCS+=	xdryp.c yp_all.c yp_first.c yp_maplist.c yp_master.c yp_match.c \
      7  1.13      jtc 	yp_order.c yplib.c yperr_string.c ypprot_err.c
      8   1.7      cgd MAN+=	ypclnt.3
      9   1.9  thorpej 
     10   1.9  thorpej MLINKS+=ypclnt.3 yp_all.3 ypclnt.3 yp_bind.3 ypclnt.3 yp_first.3 \
     11   1.9  thorpej 	ypclnt.3 yp_get_default_domain.3 ypclnt.3 yp_master.3 \
     12   1.9  thorpej 	ypclnt.3 yp_match.3 ypclnt.3 yp_next.3 ypclnt.3 yp_order.3 \
     13   1.9  thorpej 	ypclnt.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypclnt.3 ypprot_err.3
     14