From 941791759c2cb64e4884579b7a7cc5fb21feec26 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 17 Aug 2020 05:57:02 +0000 Subject: Don't explicitly specify c99 or gnu99 as the default is now gnu99. MFC after: 2 weeks --- lib/libpam/libpam/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libpam') diff --git a/lib/libpam/libpam/Makefile b/lib/libpam/libpam/Makefile index e925b311636b..6ceace4af942 100644 --- a/lib/libpam/libpam/Makefile +++ b/lib/libpam/libpam/Makefile @@ -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 -- cgit v1.2.3