15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 PROG= smbstat
26 SRCS= smbstat.c
27
28 include ../../Makefile.cmd
29
30 OBJS= $(SRCS:%.c=%.o)
31
32 include ../Makefile.smbsrv.defs
33
34 LDLIBS += -lkstat -lm -lumem
35 include ../Makefile.smbsrv.targ
36 include ../../Makefile.targ
|
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 PROG= smbstat
26 SRCS= smbstat.c
27
28 include ../../Makefile.cmd
29
30 OBJS= $(SRCS:%.c=%.o)
31
32 include ../Makefile.smbsrv.defs
33
34 LDLIBS += -lkstat -lm -lumem
35
36 include ../Makefile.smbsrv.targ
37 include ../../Makefile.targ
|