comparison usr/src/cmd/mdb/intel/amd64/smbfs/Makefile @ 13394:96340372b72d

1120 Use real file descriptors for smbfs named pipes. Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
author Gordon Ross <gwr@nexenta.com>
date Thu, 30 Jun 2011 17:58:05 -0400
parents 792589b3384f
children
comparison
equal deleted inserted replaced
13393:a055831123f1 13394:96340372b72d
17 # information: Portions Copyright [yyyy] [name of copyright owner] 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 # 18 #
19 # CDDL HEADER END 19 # CDDL HEADER END
20 # 20 #
21 # 21 #
22 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
22 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms. 24 # Use is subject to license terms.
24 25
25 MDBTGT = kvm 26 MDBTGT = kvm
26 MODULE = smbfs.so 27 MODULE = smbfs.so
34 # This kmod goes in /usr/kernel/kmdb 35 # This kmod goes in /usr/kernel/kmdb
35 ROOTKMOD = $(ROOT)/usr/kernel/kmdb$(MACHMODDIR) 36 ROOTKMOD = $(ROOT)/usr/kernel/kmdb$(MACHMODDIR)
36 37
37 include ../../../Makefile.module 38 include ../../../Makefile.module
38 39
39 CPPFLAGS += -I$(SRC)/uts/common/fs/smbclnt/smbfs 40 CPPFLAGS += -I$(SRC)/uts/common/fs/smbclnt
40 CPPFLAGS += -I$(SRC)/uts/common 41 CPPFLAGS += -I$(SRC)/uts/common
42
43 C99MODE= $(C99_ENABLE)
41 44
42 # maybe not the best place for this, but 45 # maybe not the best place for this, but
43 # we need to create this directory. 46 # we need to create this directory.
44 $(ROOTKMOD): 47 $(ROOTKMOD):
45 $(INS.dir) 48 $(INS.dir)