summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-04-05 20:52:33 +0000
committerobrien <obrien@FreeBSD.org>2001-04-05 20:52:33 +0000
commit16c480d9080ee07957290eade32fbe68183fa6d9 (patch)
tree19699485bdbd6356e9755a28501af4c2f593a9e6 /usr.sbin/tzsetup
parent4633be3343f857fffecbf93380f84c00fcf42164 (diff)
downloadFreeBSD-src-16c480d9080ee07957290eade32fbe68183fa6d9.zip
FreeBSD-src-16c480d9080ee07957290eade32fbe68183fa6d9.tar.gz
Remove -Wall. It breaks compiling with non-gcc compilers.
Diffstat (limited to 'usr.sbin/tzsetup')
-rw-r--r--usr.sbin/tzsetup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile
index 8fd06eb..e074b32 100644
--- a/usr.sbin/tzsetup/Makefile
+++ b/usr.sbin/tzsetup/Makefile
@@ -2,7 +2,7 @@
PROG= tzsetup
MAN= tzsetup.8
-CFLAGS+= -Wall -I${.CURDIR}
+CFLAGS+= -I${.CURDIR}
LDADD+= -ldialog -lncurses
DPADD+= ${LIBDIALOG} ${LIBNCURSES}
OpenPOWER on IntegriCloud