diff options
author | philip <philip@FreeBSD.org> | 2004-11-13 01:54:22 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2004-11-13 01:54:22 +0000 |
commit | 39c457059214a40e8db77b3220582a0b47fb2843 (patch) | |
tree | 9a869a6b51d4b268b8b0c37d81beaf07653073fd /usr.sbin/acpi/acpiconf/Makefile | |
parent | 985b7bf73694f0c18721dc1ee526f1c470f2fcd7 (diff) | |
download | FreeBSD-src-39c457059214a40e8db77b3220582a0b47fb2843.zip FreeBSD-src-39c457059214a40e8db77b3220582a0b47fb2843.tar.gz |
With the addition of a proper prototype, this is now WARNS=6 clean.
Diffstat (limited to 'usr.sbin/acpi/acpiconf/Makefile')
-rw-r--r-- | usr.sbin/acpi/acpiconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/acpi/acpiconf/Makefile b/usr.sbin/acpi/acpiconf/Makefile index 5f862a2..bb0df4b 100644 --- a/usr.sbin/acpi/acpiconf/Makefile +++ b/usr.sbin/acpi/acpiconf/Makefile @@ -3,5 +3,6 @@ PROG= acpiconf MAN= acpiconf.8 +WARNS?= 6 .include <bsd.prog.mk> |