ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/libc/yp/Makefile.inc
(Generate patch)

Comparing trunk/lib/libc/yp/Makefile.inc (file contents):
Revision 12026 by laffer1, Wed Sep 12 01:31:01 2018 UTC vs.
Revision 12027 by laffer1, Wed Sep 12 01:46:52 2018 UTC

# Line 13 | Line 13 | SYM_MAPS+=     ${.CURDIR}/yp/Symbol.map
13   RPCSRC= ${DESTDIR}/usr/include/rpcsvc/yp.x
14   RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -C
15  
16 < yp_xdr.c: ${RPCSRC}
16 > yp_xdr.c: ${RPCSRC} yp.h
17          ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
18  
19   yp.h: ${RPCSRC}
20          ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
21 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines