summaryrefslogtreecommitdiff
path: root/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/smbsrv/Makefile.smbsrv.defs')
-rw-r--r--usr/src/cmd/smbsrv/Makefile.smbsrv.defs4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/smbsrv/Makefile.smbsrv.defs b/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
index 3de8e3efff..050a8e6255 100644
--- a/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
+++ b/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
@@ -22,8 +22,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
#
# Common definitions for all smbsrv commands
@@ -36,5 +34,5 @@ LINTFLAGS += -xerroff=E_NAME_DEF_NOT_USED2
CFLAGS += $(CCVERBOSE)
$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
-C99MODE = -xc99=%all
+CSTD = $(CSTD_GNU99)
C99LMODE = -Xc99=%all