summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-01-08 08:53:12 +0000
committerjhb <jhb@FreeBSD.org>2002-01-08 08:53:12 +0000
commit2cbaa6fc052965c99aa89b8ec0711bd23882c56c (patch)
tree78784faff376ee306bc161625d804011f68dfaf8 /usr.bin/ncal
parentff81f861a60dd4ec71785bc29c4dd27a1d4a2877 (diff)
downloadFreeBSD-src-2cbaa6fc052965c99aa89b8ec0711bd23882c56c.zip
FreeBSD-src-2cbaa6fc052965c99aa89b8ec0711bd23882c56c.tar.gz
Remove gcc specific compiler flags, at least one of which doesn't work with
gcc 3.0.2. (-fstrict-prototypes)
Diffstat (limited to 'usr.bin/ncal')
-rw-r--r--usr.bin/ncal/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile
index 5694532..82bd41f 100644
--- a/usr.bin/ncal/Makefile
+++ b/usr.bin/ncal/Makefile
@@ -2,8 +2,6 @@
PROG= ncal
SRCS= ncal.c
-CFLAGS+= -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic
-
DPADD+= ${LIBCALENDAR}
LDADD+= -lcalendar
OpenPOWER on IntegriCloud