From 099f8ecbe9e998c7d18349a9429e95b060ef3082 Mon Sep 17 00:00:00 2001 From: obrien 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/ln/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/ln') diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 90a37d3..b541f8b 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -7,6 +7,4 @@ MAN= ln.1 symlink.7 LINKS= ${BINDIR}/ln ${BINDIR}/link MLINKS= ln.1 link.1 -WARNS?= 2 - .include -- cgit v1.1