From 13a5e774a423904ae2fd78eee8b3b69db1193318 Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 17 Oct 1997 04:53:19 +0000 Subject: [PATCH] remove WARNS?=1 - it's inherited --- usr.sbin/accton/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/accton/Makefile b/usr.sbin/accton/Makefile index 3480dd473d64..40ad5ed5c5e4 100644 --- a/usr.sbin/accton/Makefile +++ b/usr.sbin/accton/Makefile @@ -1,8 +1,7 @@ # from: # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $NetBSD: Makefile,v 1.8 1997/10/16 23:41:26 lukem Exp $ +# $NetBSD: Makefile,v 1.9 1997/10/17 04:53:19 lukem Exp $ PROG= accton MAN= accton.8 -WARNS?= 1 .include