diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index 581d8860d911..71d83a976889 100644 --- a/usr.bin/ktrace/Makefile +++ b/usr.bin/ktrace/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1997/07/23 05:44:09 mikel Exp $ +# $NetBSD: Makefile,v 1.8 1997/10/19 03:39:50 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= ktrace SRCS= ktrace.c subr.c -WARNS?= 1 LDSTATIC=-static .include