aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dpt
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
commitac24b049cc3d78097a804c9ce72cf44fdfa59456 (patch)
treedfa391290c3033d362c2aad5d7da97a60f513a3b /usr.sbin/dpt
parentaa33517e949a0603d3bac6cba0c05344ca68754c (diff)
downloadsrc-ac24b049cc3d78097a804c9ce72cf44fdfa59456.tar.gz
src-ac24b049cc3d78097a804c9ce72cf44fdfa59456.zip
Remove GCC'isms in CFLAGS.
Notes
Notes: svn path=/head/; revision=80022
Diffstat (limited to 'usr.sbin/dpt')
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_ctls/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_dm/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_led/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_sig/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_softc/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_sysinfo/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile
index c4b05c2bfa68..843bf28e7703 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/Makefile
+++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile
@@ -4,7 +4,7 @@
PROG= dpt_ctlinfo
MAN= dpt_ctlinfo.8
-CFLAGS+=-Wall -I${.CURDIR}/../../../sys
+CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile
index c29ddb28e75a..92cc90d71907 100644
--- a/usr.sbin/dpt/dpt_ctls/Makefile
+++ b/usr.sbin/dpt/dpt_ctls/Makefile
@@ -4,7 +4,7 @@
PROG= dpt_ctls
MAN= dpt_ctls.8
-CFLAGS+=-Wall -I${.CURDIR}/../../../sys
+CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_dm/Makefile b/usr.sbin/dpt/dpt_dm/Makefile
index a026ae5121fa..3e150f8f047a 100644
--- a/usr.sbin/dpt/dpt_dm/Makefile
+++ b/usr.sbin/dpt/dpt_dm/Makefile
@@ -4,7 +4,7 @@
PROG= dpt_dm
MAN= dpt_dm.8
-CFLAGS+=-Wall -I${.CURDIR}/../../../sys
+CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile
index e1472585b895..87fe47f15a8d 100644
--- a/usr.sbin/dpt/dpt_led/Makefile
+++ b/usr.sbin/dpt/dpt_led/Makefile
@@ -4,7 +4,7 @@
PROG= dpt_led
MAN= dpt_led.8
-CFLAGS+=-Wall -I${.CURDIR}/../../../sys
+CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile
index 1a1039e51f19..68d1b20c7cc6 100644
--- a/usr.sbin/dpt/dpt_sig/Makefile
+++ b/usr.sbin/dpt/dpt_sig/Makefile
@@ -4,7 +4,7 @@
PROG= dpt_sig
MAN= dpt_sig.8
-CFLAGS+=-Wall -I${.CURDIR}/../../../sys
+CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_softc/Makefile b/usr.sbin/dpt/dpt_softc/Makefile
index 4a7e1ad54f94..4e3743c91ef3 100644
--- a/usr.sbin/dpt/dpt_softc/Makefile
+++ b/usr.sbin/dpt/dpt_softc/Makefile
@@ -4,7 +4,7 @@
PROG= dpt_softc
MAN= dpt_softc.8
-CFLAGS+=-Wall -I${.CURDIR}/../../../sys
+CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_sysinfo/Makefile b/usr.sbin/dpt/dpt_sysinfo/Makefile
index a116adf3d3b0..c17e4ba635db 100644
--- a/usr.sbin/dpt/dpt_sysinfo/Makefile
+++ b/usr.sbin/dpt/dpt_sysinfo/Makefile
@@ -4,7 +4,7 @@
PROG= dpt_sysinfo
MAN= dpt_sysinfo.8
-CFLAGS+=-Wall -I${.CURDIR}/../../../sys
+CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
.include <bsd.prog.mk>