From a748290789444352877e207721a7db215206cc9a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 4 Dec 2001 01:57:47 +0000 Subject: Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike --- bin/pwd/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/pwd') diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 718cd4620f81..129ed63cbdbe 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -5,6 +5,4 @@ PROG= pwd LINKS= ${BINDIR}/pwd ${BINDIR}/realpath MAN= pwd.1 realpath.1 -WARNS?= 2 - .include -- cgit v1.2.3