Print this page
NEX-16763 Catch up with illumos SMB client 1575 ... (fix rebuild)
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
*** 20,37 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #ident "%Z%%M% %I% %E% SMI"
#
# Common targets for smbsrv Makefiles
#
%_ndr.c: $(NDLDIR)/%.ndl
! $(NDRGEN) -Y $(CC) $<
pics/%.o: $(SRC)/common/smbsrv/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
--- 20,38 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
! #
#
# Common targets for smbsrv Makefiles
#
%_ndr.c: $(NDLDIR)/%.ndl
! $(NDRGEN) -Y $(ANSI_CPP) $(CPPFLAGS) $<
pics/%.o: $(SRC)/common/smbsrv/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)