diff options
author | johan <johan@FreeBSD.org> | 2003-02-23 13:25:02 +0000 |
---|---|---|
committer | johan <johan@FreeBSD.org> | 2003-02-23 13:25:02 +0000 |
commit | 1285e0e22b2b0849d8ab7b346bf422dd78bc667d (patch) | |
tree | 1c1e1213e7faeb74dffc11266ec60e9f5d77f2ee /sbin/dmesg | |
parent | 34699b384d786ad4e61002121f9e9fedaa8f33e4 (diff) | |
download | FreeBSD-src-1285e0e22b2b0849d8ab7b346bf422dd78bc667d.zip FreeBSD-src-1285e0e22b2b0849d8ab7b346bf422dd78bc667d.tar.gz |
These are WARNS=2 clean, try to keep them that way.
Diffstat (limited to 'sbin/dmesg')
-rw-r--r-- | sbin/dmesg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index c48be09..7779563 100644 --- a/sbin/dmesg/Makefile +++ b/sbin/dmesg/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= dmesg -WARNS= 0 MAN= dmesg.8 LDADD= -lkvm DPADD= ${LIBKVM} |