Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 16:32:00 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r274799 - user/marcel/libvdsk
Message-ID:  <201411211632.sALGW0Bh005819@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Fri Nov 21 16:31:59 2014
New Revision: 274799
URL: https://svnweb.freebsd.org/changeset/base/274799

Log:
  Add build glue for when libvdsk is not installed on the system.

Added:
  user/marcel/libvdsk/Makefile.inc   (contents, props changed)

Added: user/marcel/libvdsk/Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/marcel/libvdsk/Makefile.inc	Fri Nov 21 16:31:59 2014	(r274799)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+CFLAGS+=-I${.CURDIR}/../libvdsk
+LDFLAGS+=-L${.OBJDIR}/../libvdsk
+LIBVDSK?=${.OBJDIR}/../libvdsk/libvdsk.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411211632.sALGW0Bh005819>