summaryrefslogtreecommitdiffstats
path: root/bin/ln
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-04 01:57:47 +0000
committerobrien <obrien@FreeBSD.org>2001-12-04 01:57:47 +0000
commit099f8ecbe9e998c7d18349a9429e95b060ef3082 (patch)
tree46fa80addd858339c663ba48aaca464400ef1d99 /bin/ln
parentde55179b2946bde78ac016ba73aeae91e909d830 (diff)
downloadFreeBSD-src-099f8ecbe9e998c7d18349a9429e95b060ef3082.zip
FreeBSD-src-099f8ecbe9e998c7d18349a9429e95b060ef3082.tar.gz
Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0. Reviewed by: mike
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/Makefile2
1 files changed, 0 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud