Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/11/2001 04:57:10
Module Name: pkgsrc
Committed By: jlam
Date: Mon Jun 11 01:57:10 UTC 2001
Added Files:
pkgsrc/mk: bsd.buildlink.mk
Log Message:
This Makefile fragment is included by package buildlink.mk files. This
file does 3 things:
(1) Defines a macro target, _BUILDLINK_USE, that symlinks package files
into a new hierarchy under ${BUILDLINK_DIR};
(2) Adds -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, and CXXFLAGS;
(3) Adds -L${BUILDLINK_DIR}/lib to LDFLAGS.
This file might be absorbed into bsd.pkg.mk at a future date.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/bsd.buildlink.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.