summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
committerobrien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
commitbe022bb715b9d24bfff5583de1df5d295f03509c (patch)
treedfa391290c3033d362c2aad5d7da97a60f513a3b /usr.sbin/sysinstall/Makefile
parenta9a7a5e9d63f8a71f1d3dfe0e1ed1a28ab589215 (diff)
downloadFreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.zip
FreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.tar.gz
Remove GCC'isms in CFLAGS.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index bef7239..de46006 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -14,7 +14,7 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c kget.c \
system.c tape.c tcpip.c termcap.c ttys.c ufs.c usb.c user.c \
variable.c wizard.c keymap.h
-CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I.
+CFLAGS+= -I${.CURDIR}/../../gnu/lib/libdialog -I.
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
OpenPOWER on IntegriCloud