Module Name: src
Committed By: christos
Date: Sun Aug 30 08:33:29 UTC 2015
Modified Files:
src/sys/rump/net/lib/libnetbt: Makefile
Log Message:
Add NOLINT
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/net/lib/libnetbt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/net/lib/libnetbt/Makefile
diff -u src/sys/rump/net/lib/libnetbt/Makefile:1.4 src/sys/rump/net/lib/libnetbt/Makefile:1.5
--- src/sys/rump/net/lib/libnetbt/Makefile:1.4 Wed Mar 12 22:06:16 2014
+++ src/sys/rump/net/lib/libnetbt/Makefile Sun Aug 30 04:33:29 2015
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2014/03/13 02:06:16 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2015/08/30 08:33:29 christos Exp $
#
+NOLINT= #defined
+
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../../../../netbt