diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-20 03:03:45 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-20 03:03:45 +0000 |
| commit | eedec1993556055be95e345585a4e1e9bf79cd19 (patch) | |
| tree | cd882e1f641a5035850b36534aecfc1497cd5675 | |
| parent | cd1bb97186fcb8b42a2464276e0364e34e369352 (diff) | |
WARNS=0 in 3rd party code (for now)
| -rw-r--r-- | usr.bin/vi/build/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/build/Makefile b/usr.bin/vi/build/Makefile index 4c8a59b45f0..ae19cd82753 100644 --- a/usr.bin/vi/build/Makefile +++ b/usr.bin/vi/build/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 1997/05/08 21:11:59 gwr Exp $ +# $NetBSD: Makefile,v 1.10 1997/10/20 03:03:45 lukem Exp $ # # from: @(#)Makefile.in 8.56 (Berkeley) 5/18/96 +WARNS= 0 CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../include LDADD+= -lcurses -ltermcap |
