summaryrefslogtreecommitdiff
path: root/usr/src/lib/nsswitch
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2018-02-05 08:52:36 +0300
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2018-02-06 14:27:39 +0100
commitbd0ce624be4492bab2f6c53383a40618647aba28 (patch)
treeabf4de26cdc58c35712e9b10380643e048498772 /usr/src/lib/nsswitch
parent9a67df4bb0ad84bdbd1a1441f5ddef328cc000f0 (diff)
downloadillumos-joyent-bd0ce624be4492bab2f6c53383a40618647aba28.tar.gz
9027 Makefiles need to specify C99 mode consistently
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Diffstat (limited to 'usr/src/lib/nsswitch')
-rw-r--r--usr/src/lib/nsswitch/mdns/Makefile.com4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/nsswitch/mdns/Makefile.com b/usr/src/lib/nsswitch/mdns/Makefile.com
index 00e335d732..dcd10ade20 100644
--- a/usr/src/lib/nsswitch/mdns/Makefile.com
+++ b/usr/src/lib/nsswitch/mdns/Makefile.com
@@ -21,8 +21,6 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
# lib/nsswitch/mdns/Makefile.com
LIBRARY = libnss_mdns.a
@@ -35,7 +33,7 @@ OBJECTS = gethostent.o \
# include common nsswitch library definitions.
include ../../Makefile.com
-C99MODE = $(C99_ENABLE)
+CSTD = $(CSTD_GNU99)
LDLIBS += -lnsl -ldns_sd -lscf
DYNLIB1 = nss_mdns.so$(VERS)