summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorrandi <randi@FreeBSD.org>2010-06-11 20:56:40 +0000
committerrandi <randi@FreeBSD.org>2010-06-11 20:56:40 +0000
commit562fa6d72241d0f2d235613ea0772e60b54d7235 (patch)
tree0c56849046a78b11d918c0d1fef033537af36f52 /usr.sbin/sysinstall/Makefile
parent9858f3bc4c35be50f67da27521c73f26b6b6bd3a (diff)
downloadFreeBSD-src-562fa6d72241d0f2d235613ea0772e60b54d7235.zip
FreeBSD-src-562fa6d72241d0f2d235613ea0772e60b54d7235.tar.gz
Make sysinstall WARNS=2 clean.
Approved by: cperciva (mentor) MFC after: 1 month
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index bd08ac1..eb0abec 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -14,13 +14,13 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c \
system.c tcpip.c termcap.c ttys.c ufs.c usb.c user.c \
variable.c ${_wizard} keymap.h countries.h
-CFLAGS+= -DUSE_GZIP=1
+CFLAGS+= -DUSE_GZIP=1 -fno-strict-aliasing
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
CFLAGS+= -I${.CURDIR}/../../gnu/lib/libdialog -I.
-WARNS?= 1
+WARNS?= 2
DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO}
LDADD= -ldialog -lncurses -lutil -ldisk -lftpio
OpenPOWER on IntegriCloud