1*36589d6bSRobert Mustacchi#
2*36589d6bSRobert Mustacchi# This file and its contents are supplied under the terms of the
3*36589d6bSRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*36589d6bSRobert Mustacchi# You may only use this file in accordance with the terms of version
5*36589d6bSRobert Mustacchi# 1.0 of the CDDL.
6*36589d6bSRobert Mustacchi#
7*36589d6bSRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*36589d6bSRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*36589d6bSRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*36589d6bSRobert Mustacchi#
11*36589d6bSRobert Mustacchi
12*36589d6bSRobert Mustacchi#
13*36589d6bSRobert Mustacchi# Copyright 2015 Joyent, Inc.
14*36589d6bSRobert Mustacchi#
15*36589d6bSRobert Mustacchi
16*36589d6bSRobert MustacchiLIBRARY =	libvarpd_direct.a
17*36589d6bSRobert MustacchiVERS =		.1
18*36589d6bSRobert MustacchiOBJECTS =	libvarpd_direct.o
19*36589d6bSRobert Mustacchi
20*36589d6bSRobert Mustacchiinclude ../../../Makefile.lib
21*36589d6bSRobert Mustacchiinclude ../../Makefile.plugin
22*36589d6bSRobert Mustacchi
23*36589d6bSRobert MustacchiLIBS =		$(DYNLIB)
24*36589d6bSRobert MustacchiLDLIBS +=	-lc -lumem -lnvpair
25*36589d6bSRobert MustacchiCPPFLAGS +=	-I../common
26*36589d6bSRobert Mustacchi
27*36589d6bSRobert MustacchiCSTD=		$(CSTD_GNU99)
28*36589d6bSRobert Mustacchi
29*36589d6bSRobert MustacchiSRCDIR =	../common
30*36589d6bSRobert Mustacchi
31*36589d6bSRobert Mustacchi.KEEP_STATE:
32*36589d6bSRobert Mustacchi
33*36589d6bSRobert Mustacchiall:	$(LIBS)
34*36589d6bSRobert Mustacchi
35*36589d6bSRobert Mustacchiinclude ../../../Makefile.targ
36