Remove -Wall. It breaks compiling with non-gcc compilers.

This commit is contained in:
obrien 2001-04-05 20:52:33 +00:00
parent 4ab6ccf70a
commit ef9f6f3c45

View File

@ -2,7 +2,7 @@
PROG= tzsetup PROG= tzsetup
MAN= tzsetup.8 MAN= tzsetup.8
CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -I${.CURDIR}
LDADD+= -ldialog -lncurses LDADD+= -ldialog -lncurses
DPADD+= ${LIBDIALOG} ${LIBNCURSES} DPADD+= ${LIBDIALOG} ${LIBNCURSES}