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/b4b63425af5a
branches:  trunk
changeset: 340158:b4b63425af5a
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 cad15c5d6b7f -r b4b63425af5a 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