Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rpc.lockd Fix slight error in last.



details:   https://anonhg.NetBSD.org/src/rev/a69ac58fa70e
branches:  trunk
changeset: 495841:a69ac58fa70e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 07 16:23:31 2000 +0000

description:
Fix slight error in last.

diffstat:

 usr.sbin/rpc.lockd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 86e693839cfd -r a69ac58fa70e usr.sbin/rpc.lockd/Makefile
--- a/usr.sbin/rpc.lockd/Makefile       Mon Aug 07 16:21:32 2000 +0000
+++ b/usr.sbin/rpc.lockd/Makefile       Mon Aug 07 16:23:31 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.11 2000/08/07 16:16:23 thorpej Exp $
+#      $NetBSD: Makefile,v 1.12 2000/08/07 16:23:31 thorpej Exp $
 
 PROG=  rpc.lockd
 SRCS=  nlm_prot_svc.c lockd.c lock_proc.c lockd_lock.c
 MAN=   rpc.lockd.8
 MLINKS=        rpc.lockd.8 lockd.8
 
-CPPFLAGS+= -I.
+CPPFLAGS+= -I. -I${DESTDIR}/usr/include/rpcsvc
 
 DPADD= ${LIBRPCSVC} ${LIBUTIL}
 LDADD= -lrpcsvc -lutil



Home | Main Index | Thread Index | Old Index