1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

This builds fine with -Wall.

This commit is contained in:
David E. O'Brien 2001-04-05 02:46:21 +00:00
parent 03a2501aa5
commit 232470f6f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75214

View File

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