From 82bbd989e70f649a6c7e40cfcd12123041be6968 Mon Sep 17 00:00:00 2001 From: Johan Karlsson Date: Sun, 23 Feb 2003 13:25:02 +0000 Subject: [PATCH] These are WARNS=2 clean, try to keep them that way. --- sbin/comcontrol/Makefile | 1 - sbin/dmesg/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile index 1fac2b2b77c..d8757565b1a 100644 --- a/sbin/comcontrol/Makefile +++ b/sbin/comcontrol/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= comcontrol -WARNS= 0 MAN= comcontrol.8 .include diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index c48be090a94..777956357ae 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}