don't define WARNS=1 here
This commit is contained in:
parent
0dd4a8e6e5
commit
50acd78e45
|
@ -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
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||||
|
|
||||||
PROG= ktrace
|
PROG= ktrace
|
||||||
SRCS= ktrace.c subr.c
|
SRCS= ktrace.c subr.c
|
||||||
WARNS?= 1
|
|
||||||
LDSTATIC=-static
|
LDSTATIC=-static
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Reference in New Issue