summaryrefslogtreecommitdiffstats
path: root/bin/ed
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/ed
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/ed')
-rw-r--r--bin/ed/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 93d5ee0..95901a6 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -2,7 +2,6 @@
PROG= ed
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
-WARNS?= 2
LINKS= ${BINDIR}/ed ${BINDIR}/red
MLINKS= ed.1 red.1
OpenPOWER on IntegriCloud