Module Name: src
Committed By: christos
Date: Sun Aug 30 21:12:45 UTC 2020
Modified Files:
src/usr.sbin/puffs/mount_9p: Makefile
Log Message:
include bsd.init.mk to avoid:
make: Bad conditional expression ` != "no"' in != "no"? -DINET6 :
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/puffs/mount_9p/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/puffs/mount_9p/Makefile
diff -u src/usr.sbin/puffs/mount_9p/Makefile:1.5 src/usr.sbin/puffs/mount_9p/Makefile:1.6
--- src/usr.sbin/puffs/mount_9p/Makefile:1.5 Thu Jun 18 21:19:50 2020
+++ src/usr.sbin/puffs/mount_9p/Makefile Sun Aug 30 17:12:45 2020
@@ -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