diff options
| author | pooka <pooka@NetBSD.org> | 2010-02-16 20:42:44 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-02-16 20:42:44 +0000 |
| commit | 643ba90bf04cee748e233e05593d2d6d9ff57f36 (patch) | |
| tree | 5dd94705b10c0559ad2c8141b3d41eae24e9f059 /sys/rump/dev/lib/libsysmon/Makefile | |
| parent | 97fada1858db3825c6393074ffaa724ac4f84f65 (diff) | |
Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".
XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.
Diffstat (limited to 'sys/rump/dev/lib/libsysmon/Makefile')
| -rw-r--r-- | sys/rump/dev/lib/libsysmon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/rump/dev/lib/libsysmon/Makefile b/sys/rump/dev/lib/libsysmon/Makefile index 8ed5fafca2c..43325fb3a82 100644 --- a/sys/rump/dev/lib/libsysmon/Makefile +++ b/sys/rump/dev/lib/libsysmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2010/01/31 03:06:59 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/16 20:42:45 pooka Exp $ # .PATH: ${.CURDIR}/../../../../dev/sysmon @@ -11,7 +11,6 @@ SRCS= sysmon_taskq.c sysmon_power.c sysmon_envsys.c sysmon_envsys_events.c \ SRCS+= component.c -CFLAGS+= -Wno-pointer-sign CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs -I${.CURDIR}/opt .include <bsd.lib.mk> |
