Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/librumpnet/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/lib/librumpnet/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/librumpnet/Makefile 2008/10/16 09:44:12 1.1 +++ src/lib/librumpnet/Makefile 2009/02/12 13:20:17 1.2 @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2008/10/16 09:44:12 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/12 13:20:17 lukem Exp $ # RUMPTOP= ${.CURDIR}/../../sys/rump LIBDPLIBS+= rump ${.CURDIR}/../librump +WARNS= 3 # XXX: kernel isn't ready for -Wsign-compare + .include "${RUMPTOP}/librump/rumpnet/Makefile.rumpnet"