Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs/lib/libnfs don't -I imaginary opt directories



details:   https://anonhg.NetBSD.org/src/rev/39db43628c10
branches:  trunk
changeset: 810300:39db43628c10
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Aug 24 23:19:33 2015 +0000

description:
don't -I imaginary opt directories

diffstat:

 sys/rump/fs/lib/libnfs/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 464f451972b4 -r 39db43628c10 sys/rump/fs/lib/libnfs/Makefile
--- a/sys/rump/fs/lib/libnfs/Makefile   Mon Aug 24 23:13:15 2015 +0000
+++ b/sys/rump/fs/lib/libnfs/Makefile   Mon Aug 24 23:19:33 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2010/03/02 23:37:16 pooka Exp $
+#      $NetBSD: Makefile,v 1.12 2015/08/24 23:19:33 pooka Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../nfs
@@ -9,8 +9,6 @@
        nfs_socket.c nfs_clntsocket.c nfs_clntsubs.c nfs_subs.c         \
        nfs_iod.c nfs_vfsops.c nfs_vnops.c nfs_bootdhcp.c nfs_bootparam.c
 
-CPPFLAGS+=     -I${.CURDIR}/../../../net/lib/libnet/opt
-CPPFLAGS+=     -I${.CURDIR}/../../../net/lib/libnetinet/opt
 CPPFLAGS+=     -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index