Makefile revision b819cea2f73f98c5662230cc9affc8cc84f77fcf
1304N/A#
1304N/A# This file and its contents are supplied under the terms of the
1304N/A# Common Development and Distribution License ("CDDL"), version 1.0.
1304N/A# You may only use this file in accordance with the terms of version
1304N/A# 1.0 of the CDDL.
1304N/A#
1304N/A# A full copy of the text of the CDDL should have accompanied this
1304N/A# source. A copy of the CDDL is also available via the Internet at
1304N/A# http://www.illumos.org/license/CDDL.
1304N/A#
1304N/A
1304N/A#
1304N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
1304N/A#
1304N/A
1304N/APROG= bind-helper
1304N/ASRCS= bind-helper.c
1304N/A
1304N/Ainclude ../../Makefile.cmd
1304N/Ainclude ../Makefile.smbsrv.defs
1304N/A
1304N/ALDLIBS += -lsocket -lnsl
5381N/A
1304N/AROOTLIBSMBSRVDIR = $(ROOTLIB)/smbsrv
5680N/AROOTLIBSMBSRVPROG = $(PROG:%=$(ROOTLIBSMBSRVDIR)/%)
1304N/A
1304N/A.KEEP_STATE:
1304N/A
5584N/Aall: $(PROG)
1304N/A
1304N/Aclean:
5584N/A $(RM) $(OBJS)
1304N/A
1304N/Alint: lint_SRCS
5584N/A
1304N/A$(PROG): $(OBJS)
5584N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
2899N/A $(POST_PROCESS)
5680N/A
5680N/Ainclude ../../Makefile.targ
1304N/A
5381N/A$(ROOTLIBSMBSRVDIR)/%: %
1304N/A $(INS.file)
5381N/A
5680N/Ainstall: all .WAIT $(ROOTLIBSMBSRVPROG)
5381N/A