diff options
author | 2005-04-28 11:11:13 +0000 | |
---|---|---|
committer | 2005-04-28 11:11:13 +0000 | |
commit | 38402cbe659e9d0ffd1e427333bf1f98eb1a3749 (patch) | |
tree | 63834ab5994139d4de797e92ba1e0c288ea5f0f8 | |
parent | tiny doses of KNF, inspired by a diff for sth else from Brian <bwaichu@yahoo.com> (diff) | |
download | wireguard-openbsd-38402cbe659e9d0ffd1e427333bf1f98eb1a3749.tar.xz wireguard-openbsd-38402cbe659e9d0ffd1e427333bf1f98eb1a3749.zip |
-Wall clean now
-rw-r--r-- | sbin/dmesg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 0a7ad63ef39..e326e7aa377 100644 --- a/sbin/dmesg/Makefile +++ b/sbin/dmesg/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2001/06/22 22:06:22 mickey Exp $ +# $OpenBSD: Makefile,v 1.5 2005/04/28 11:11:13 henning Exp $ PROG= dmesg MAN= dmesg.8 LDADD= -lkvm DPADD= ${LIBKVM} +CFLAGS+=-Wall .include <bsd.prog.mk> |