svn commit: r274799 - user/marcel/libvdsk

Marcel Moolenaar marcel at FreeBSD.org
Fri Nov 21 16:32:00 UTC 2014


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


More information about the svn-src-user mailing list