Module Name: src
Committed By: tron
Date: Tue Feb 22 17:32:49 UTC 2011
Modified Files:
src/lib/librumpclient: Makefile
Log Message:
Remove "NOLINT" setting that was apparently committed by accident and
breaks the build.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/librumpclient/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumpclient/Makefile
diff -u src/lib/librumpclient/Makefile:1.4 src/lib/librumpclient/Makefile:1.5
--- src/lib/librumpclient/Makefile:1.4 Tue Feb 22 14:02:54 2011
+++ src/lib/librumpclient/Makefile Tue Feb 22 17:32:49 2011
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2011/02/22 14:02:54 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2011/02/22 17:32:49 tron Exp $
#
.PATH: ${.CURDIR}/../../sys/rump/librump/rumpkern
-NOLINT= # syscalls are evil
LIB= rumpclient
USE_SHLIBDIR= yes