diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-06 16:13:04 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-06 16:13:04 +0000 |
| commit | d4210d7dbab9400ad32985c68b6aac3f1b0e3dd3 (patch) | |
| tree | ee753844ff303fb645f7455fda5f970db7f9eae7 | |
| parent | dc584ddbc5eb111cdb9863e2652621d7b5e9ba76 (diff) | |
Notes
| -rw-r--r-- | lib/librpcsvc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index d6f319de9169..077a33eadc69 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -12,7 +12,7 @@ RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \ OTHERSRCS= rnusers.c rstat.c rwall.c yp_passwd.c yp_update.c SECRPCSRCS= secretkey.c xcrypt.c -RPCCOM = rpcgen -CM +RPCCOM = rpcgen -C INCDIRS= -I${DESTDIR}/usr/include/rpcsvc -I${DESTDIR}/usr/include |
