Deleted Added
full compact
Makefile (136910) Makefile (137675)
1# from: @(#)Makefile 5.10 (Berkeley) 6/24/90
1# from: @(#)Makefile 5.10 (Berkeley) 6/24/90
2# $FreeBSD: head/lib/librpcsvc/Makefile 136910 2004-10-24 15:33:08Z ru $
2# $FreeBSD: head/lib/librpcsvc/Makefile 137675 2004-11-13 20:40:32Z bz $
3
4.PATH: ${DESTDIR}/usr/include/rpcsvc
5
6LIB= rpcsvc
7
8RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \
9 rquota.x rstat.x rwall.x sm_inter.x spray.x yppasswd.x ypxfrd.x \
10 ypupdate_prot.x
11
3
4.PATH: ${DESTDIR}/usr/include/rpcsvc
5
6LIB= rpcsvc
7
8RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \
9 rquota.x rstat.x rwall.x sm_inter.x spray.x yppasswd.x ypxfrd.x \
10 ypupdate_prot.x
11
12OTHERSRCS= rnusers.c rstat.c rwall.c yp_passwd.c yp_update.c
12OTHERSRCS= rnusers.c rstat.c rwall.c
13SECRPCSRCS= secretkey.c xcrypt.c
14
13SECRPCSRCS= secretkey.c xcrypt.c
14
15.if !defined(NO_NIS)
16OTHERSRCS+= yp_passwd.c yp_update.c
17.endif
18
15RPCCOM = rpcgen -C
16
17INCDIRS= -I${DESTDIR}/usr/include/rpcsvc
18
19CFLAGS+= -DYP ${INCDIRS}
20
21GENSRCS= ${RPCSRCS:R:S/$/_xdr.c/g}
22SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS}

--- 14 unchanged lines hidden ---
19RPCCOM = rpcgen -C
20
21INCDIRS= -I${DESTDIR}/usr/include/rpcsvc
22
23CFLAGS+= -DYP ${INCDIRS}
24
25GENSRCS= ${RPCSRCS:R:S/$/_xdr.c/g}
26SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS}

--- 14 unchanged lines hidden ---