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