Don't explicitly specify c99 or gnu99 as the default is now gnu99.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2020-08-17 05:57:02 +00:00
parent c7cddf955f
commit 941791759c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364292
7 changed files with 0 additions and 10 deletions

View file

@ -70,8 +70,6 @@ NETBSD_ATF_TESTS_C+= wait_noproc_test
NETBSD_ATF_TESTS_C+= wait_noproc_wnohang_test
NETBSD_ATF_TESTS_C+= write_test
CSTD?= c99
LIBADD.getpid_test+= pthread
LIBADD.timer_create_test+= rt

View file

@ -23,8 +23,6 @@ LIBADD+= md
CFLAGS+= -DFTP_COMBINE_CWDS
CSTD?= c99
SHLIB_MAJOR= 6
ftperr.h: ftp.errors ${.CURDIR}/Makefile

View file

@ -156,7 +156,6 @@ MAN?= openpam.3 \
MLINKS?= pam.conf.5 pam.d.5
CSTD?= c99
CFLAGS+= -I${OPENPAM}/include
CFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR}
CFLAGS+= -DHAVE_DLFUNC=1

View file

@ -75,8 +75,6 @@ ATF_TESTS_C+= trig_test
CFLAGS+= -O0
.endif
CSTD= c99
#COPTS+= -Wfloat-equal
IGNORE_PRAGMA=

View file

@ -29,7 +29,6 @@ SRCS= \
debug.c \
libmap.c
MAN?= rtld.1
CSTD?= gnu99
ACFLAGS+= -DLOCORE
CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -ffreestanding
CFLAGS+= -I${SRCTOP}/lib/csu/common

View file

@ -1,7 +1,6 @@
# $FreeBSD$
PROG= fetch
CSTD?= c99
LIBADD= fetch
.include <bsd.prog.mk>

View file

@ -1,7 +1,6 @@
# $FreeBSD$
PROG = unzip
CSTD = c99
LIBADD= archive
.include <bsd.prog.mk>