From 4a10ff6f0485601e757edf83113cfe6362ccf96e Mon Sep 17 00:00:00 2001 From: uqs Date: Tue, 2 Mar 2010 18:44:08 +0000 Subject: Remove redundant WARNS?=6 overrides and inherit the WARNS setting from the toplevel directory. This does not change any WARNS level and survives a make universe. Approved by: ed (co-mentor) --- sbin/hastd/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sbin/hastd') diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile index 4311807..8153c3a 100644 --- a/sbin/hastd/Makefile +++ b/sbin/hastd/Makefile @@ -16,7 +16,6 @@ SRCS+= rangelock.c SRCS+= subr.c SRCS+= token.l SRCS+= y.tab.h -WARNS?= 6 MAN= hastd.8 hast.conf.5 CFLAGS+=-I${.CURDIR} -- cgit v1.1