summaryrefslogtreecommitdiffstats
path: root/sbin/atm
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-04 02:19:58 +0000
committerobrien <obrien@FreeBSD.org>2001-12-04 02:19:58 +0000
commit9baf2f1b038483b2b3a06aa8edb82b2d5fe9707a (patch)
treee310d81d0274f70e39b1ca6e572c855c93bfb84d /sbin/atm
parent099f8ecbe9e998c7d18349a9429e95b060ef3082 (diff)
downloadFreeBSD-src-9baf2f1b038483b2b3a06aa8edb82b2d5fe9707a.zip
FreeBSD-src-9baf2f1b038483b2b3a06aa8edb82b2d5fe9707a.tar.gz
Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/atm/Makefile1
-rw-r--r--sbin/atm/fore_dnld/Makefile1
-rw-r--r--sbin/atm/ilmid/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile
index a3b99d1..1ea91e9 100644
--- a/sbin/atm/atm/Makefile
+++ b/sbin/atm/atm/Makefile
@@ -33,6 +33,7 @@ SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \
MAN= atm.8
CFLAGS+= -I${.CURDIR}/../../../sys
+WARNS= 0
LDADD+= -latm
DPADD+= ${LIBATM}
diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile
index 576a35bf..b60b981 100644
--- a/sbin/atm/fore_dnld/Makefile
+++ b/sbin/atm/fore_dnld/Makefile
@@ -32,6 +32,7 @@ MAN= fore_dnld.8
SRCS= fore_dnld.c pca200e.c
CFLAGS+= -I${.CURDIR}/../../../sys
+WARNS= 0
LDADD+= -latm
DPADD+= ${LIBATM}
diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile
index a69f154..75fd798 100644
--- a/sbin/atm/ilmid/Makefile
+++ b/sbin/atm/ilmid/Makefile
@@ -31,6 +31,7 @@ PROG= ilmid
MAN= ilmid.8
CFLAGS+= -I${.CURDIR}/../../../sys
+WARNS= 0
LDADD+= -latm
DPADD+= ${LIBATM}
OpenPOWER on IntegriCloud