From 075da1dbb990ca02802b89d73266b82c6c776b11 Mon Sep 17 00:00:00 2001 From: jmg Date: Sun, 19 Oct 1997 11:15:45 +0000 Subject: activate the programs that will be used to manipulate kld modules fix a few problems with missing headers, warn called with an exit value, and undeclared getopt vars these programs now compile -Wall clean (and yes, I know I should use more than just -Wall) :) --- sbin/kldstat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/kldstat/Makefile') diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index 27cdf27..ff5d75c 100644 --- a/sbin/kldstat/Makefile +++ b/sbin/kldstat/Makefile @@ -23,11 +23,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id$ +# $Id: Makefile,v 1.1 1997/05/07 18:19:54 dfr Exp $ # PROG= kldstat SRCS= kldstat.c MAN8= kldstat.8 +CFLAGS= -I${.CURDIR}/../../sys + .include -- cgit v1.1