Module Name: src
Committed By: christos
Date: Tue May 5 18:49:49 UTC 2009
Modified Files:
src/external/bsd/top/bin: Makefile
Log Message:
WARNS=4
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/top/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/top/bin/Makefile
diff -u src/external/bsd/top/bin/Makefile:1.3 src/external/bsd/top/bin/Makefile:1.4
--- src/external/bsd/top/bin/Makefile:1.3 Sat Dec 13 07:21:50 2008
+++ src/external/bsd/top/bin/Makefile Tue May 5 14:49:49 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/12/13 12:21:50 chris Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/05 18:49:49 christos Exp $
.include <bsd.own.mk>
@@ -8,7 +8,7 @@
TOPDIR=${.CURDIR}/../dist
.PATH: ${TOPDIR} ${TOPDIR}/machine
-WARNS= 0
+WARNS= 4
CPPFLAGS+=-I${.CURDIR} -I${TOPDIR} -I.
SRCS= color.c commands.c display.c hash.c screen.c \