Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/puffs/mount_9p include bsd.init.mk to avoid:



details:   https://anonhg.NetBSD.org/src/rev/e5ec810d9c9b
branches:  trunk
changeset: 943314:e5ec810d9c9b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 30 21:12:45 2020 +0000

description:
include bsd.init.mk to avoid:
make: Bad conditional expression ` != "no"' in  != "no"? -DINET6 :

diffstat:

 usr.sbin/puffs/mount_9p/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 998b497af412 -r e5ec810d9c9b usr.sbin/puffs/mount_9p/Makefile
--- a/usr.sbin/puffs/mount_9p/Makefile  Sun Aug 30 20:14:07 2020 +0000
+++ b/usr.sbin/puffs/mount_9p/Makefile  Sun Aug 30 21:12:45 2020 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.5 2020/06/19 01:19:50 uwe Exp $
+#      $NetBSD: Makefile,v 1.6 2020/08/30 21:12:45 christos Exp $
 #
 
+.include <bsd.init.mk>
+
 PROG=  mount_9p
 SRCS=  ninepuffs.c ninebuf.c nineproto.c fs.c node.c subr.c
 LDADD+= -lpuffs -lutil



Home | Main Index | Thread Index | Old Index